Update package details for Rust crate

This commit is contained in:
Jack Grigg 2019-02-01 17:48:59 +00:00
parent cc53f14f96
commit a290c9165a
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
2 changed files with 7 additions and 4 deletions

2
Cargo.lock generated
View File

@ -724,7 +724,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "zcash-wallet-sdk-poc"
name = "zcash-android-wallet-sdk"
version = "0.0.1"
dependencies = [
"android_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,8 +1,11 @@
[package]
name = "zcash-wallet-sdk-poc"
name = "zcash-android-wallet-sdk"
version = "0.0.1"
authors = ["Kevin Gorham <kevin.gorham@z.cash>"]
description = "Simple PoC that rust can work with protobufs over JNI"
authors = [
"Jack Grigg <jack@z.cash>",
"Kevin Gorham <kevin.gorham@z.cash>",
]
description = "JNI backend for the Android wallet SDK"
publish = false
[dependencies]