mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
13 lines
206 B
TOML
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"
|