rust-secp256k1/Cargo.toml

18 lines
393 B
TOML

[package]
name = "bitcoin-secp256k1-rs"
version = "0.1.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net" ]
[lib]
name = "bitcoin-secp256k1-rs"
path = "src/secp256k1.rs"
[dependencies.rust-crypto]
git = "https://github.com/DaGenix/rust-crypto.git"
[dependencies.secretdata]
git = "https://github.com/apoelstra/secretdata.git"