split out ffi bindings into shenlong-sys crate

This commit is contained in:
Adrian Malacoda
2019-02-11 02:56:23 -06:00
parent 81a9db0b8d
commit ab0c19fcc2
9 changed files with 504 additions and 26 deletions

11
Cargo.lock generated
View File

@@ -294,8 +294,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "shenlong"
version = "0.0.1"
dependencies = [
"bindgen 0.47.1 (registry+https://github.com/rust-lang/crates.io-index)",
"c_str_macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"shenlong-sys 0.0.1",
]
[[package]]
name = "shenlong-sys"
version = "0.0.1"
dependencies = [
"bindgen 0.47.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",