17 lines
322 B
TOML
17 lines
322 B
TOML
|
|
[package]
|
|
name = "bitcoin"
|
|
version = "0.0.1"
|
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
|
|
|
[[lib]]
|
|
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/dpc/bitcoin-secp256k1-rs.git"
|
|
|