rust: add rust skeleton tree

pull/2743/head
Jason Ish 8 years ago committed by Victor Julien
parent b332551dbb
commit cf0b9dd45f

2
rust/.gitignore vendored

@ -0,0 +1,2 @@
target
Cargo.lock

@ -0,0 +1,13 @@
[package]
name = "suricata"
version = "4.0.0-dev"
[lib]
crate-type = ["staticlib"]
[profile.release]
debug = true
[dependencies]
nom = "^2.1.0"
libc = "0.2.0"

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}
Loading…
Cancel
Save