summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 346a75156d073f379a9151f2dea8a63411f60ecb (plain)
1
2
3
4
5
6
7
[...]

[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.5", default-features = false }

[lib]
crate-type = ["dylib"]