Initial commit of project Shenlong

This commit is contained in:
Adrian Malacoda
2019-02-11 00:19:35 -06:00
commit f5cc17ea67
7 changed files with 1220 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[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"
[build-dependencies]
cc = "1.0.28"
pkg-config = "0.3.14"
bindgen = "0.47.1"
[lib]
crate-type = ["cdylib"]