blob: 4042d473e553469a81ee736df3e8a3622c0d3e69 [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]
16jni = "0.18.0"
17dlqrcode = { path = "../daliqrcode" }
18libc = "0.2.80"
19hex = "0.4.2"