shenlong/Cargo.toml

22 lines
436 B
TOML
Raw Permalink Normal View History

2019-02-11 00:19:35 -06:00
[package]
name = "shenlong"
version = "0.0.1"
authors = ["Adrian Malacoda <malacoda@monarch-pass.net>"]
#build = "build.rs"
2019-02-11 00:19:35 -06:00
edition = "2018"
[dependencies]
log = "0.4.6"
env_logger = "0.6.0"
shenlong-sys = { path = "shenlong-sys", version = "0.0.1" }
c_str_macro = "1.0.2"
scouter = { path = "scouter", version = "0.0.1" }
2019-02-11 00:19:35 -06:00
#[build-dependencies]
#cc = "1.0.28"
#pkg-config = "0.3.14"
#bindgen = "0.47.1"
2019-02-11 00:19:35 -06:00
[lib]
crate-type = ["cdylib"]