shenlong/Cargo.toml
Adrian Malacoda a8c7cdf53b add a binary for shenlong that will expose some of shenlong's functionality.
Currently it can detect the current project, run a command from the current project's root, and print the absolute path of the project.
2019-02-18 03:05:39 -06:00

22 lines
436 B
TOML

[package]
name = "shenlong"
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"
shenlong-sys = { path = "shenlong-sys", version = "0.0.1" }
c_str_macro = "1.0.2"
scouter = { path = "scouter", version = "0.0.1" }
#[build-dependencies]
#cc = "1.0.28"
#pkg-config = "0.3.14"
#bindgen = "0.47.1"
[lib]
crate-type = ["cdylib"]