pirate-librustzcash/Cargo.toml
2017-03-17 11:07:23 -06:00

13 lines
206 B
TOML

[package]
name = "librustzcash"
version = "0.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
[lib]
name = "rustzcash"
path = "src/rustzcash.rs"
crate-type = ["staticlib"]
[dependencies]
libc = "0.2"