rust-secp256k1-unsafe-fast/Cargo.toml

15 lines
292 B
TOML
Raw Normal View History

2014-07-07 05:41:22 +00:00
[package]
name = "secp256k1"
version = "0.0.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net" ]
2014-07-07 05:41:22 +00:00
[lib]
name = "secp256k1"
2014-07-23 23:11:18 +00:00
path = "src/secp256k1.rs"
[dependencies.rust-crypto]
git = "https://github.com/DaGenix/rust-crypto.git"