split out ffi bindings into shenlong-sys crate
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -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)",
|
||||
|
Reference in New Issue
Block a user