blob: 48e71075f4711a4b831fce9587892e712dad3e47 [file] [log] [blame]
Tang Cheng88643892020-10-31 22:00:07 +08001[package]
2name = "dlsmk"
3version = "0.1.0"
4authors = ["Tang Cheng <cheng.tang@supwisdom.com>"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[target.'cfg(target_os="android")'.dependencies]
10jni = { version = "0.18.0", default-features = false }
11
12[lib]
13crate-type = ["cdylib"]
14
15[dependencies]
Tang Cheng31462302020-11-02 09:18:47 +080016jni = { version = "0.18.0", default-features = false }
Tang Cheng8d072502020-10-31 22:02:25 +080017dlqrcode = { path = "../dlqrcode" }
Tang Cheng88643892020-10-31 22:00:07 +080018libc = "0.2.80"
19hex = "0.4.2"