rust-bitcoin-unsafe-fast/Cargo.toml

17 lines
326 B
TOML
Raw Normal View History

2014-07-18 13:56:17 +00:00
[package]
name = "bitcoin"
2014-07-18 13:56:17 +00:00
version = "0.0.1"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
2014-08-19 01:04:32 +00:00
[lib]
2014-07-18 13:56:17 +00:00
name = "bitcoin"
path = "src/lib.rs"
[dependencies.rust-crypto]
git = "https://github.com/DaGenix/rust-crypto.git"
[dependencies.bitcoin-secp256k1-rs]
git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git"