rust-secp256k1/Cargo.toml

20 lines
352 B
TOML
Raw Normal View History

2014-07-06 22:41:22 -07:00
[package]
name = "secp256k1"
version = "0.0.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net" ]
2014-07-06 22:41:22 -07:00
[lib]
name = "secp256k1"
2014-07-23 16:11:18 -07:00
path = "src/secp256k1.rs"
[dependencies.rust-crypto]
git = "https://github.com/DaGenix/rust-crypto.git"
2015-03-25 16:57:16 -07:00
[dependencies]
rand = "*"
libc = "*"
rustc-serialize = "*"
2015-03-25 16:57:16 -07:00