split out ffi bindings into shenlong-sys crate
This commit is contained in:
15
shenlong-sys/Cargo.toml
Normal file
15
shenlong-sys/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "shenlong-sys"
|
||||
version = "0.0.1"
|
||||
authors = ["Adrian Malacoda <malacoda@monarch-pass.net>"]
|
||||
build = "build.rs"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.6"
|
||||
env_logger = "0.6.0"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.28"
|
||||
pkg-config = "0.3.14"
|
||||
bindgen = "0.47.1"
|
Reference in New Issue
Block a user