zcash-android-wallet-zcon1/zcash-android-wallet-sdk-poc/src/main/rust/Cargo.toml

18 lines
418 B
TOML

[package]
name = "zcash-wallet-sdk-poc"
version = "0.0.1"
authors = ["Kevin Gorham <kevin.gorham@z.cash>"]
description = "Simple PoC that rust can work with protobufs over JNO"
publish = false
[dependencies]
rand = "0.4"
[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.9", default-features = false }
[lib]
name = "zcashwalletsdk"
path = "zcash/jni/lib.rs"
crate-type = ["staticlib", "cdylib"]