Bump bitcoin dep
[dnsseed-rust] / Cargo.toml
1 [package]
2 name = "dnsseed-rust"
3 version = "0.1.0"
4 authors = ["matt"]
5 edition = "2018"
6
7 [dependencies]
8 bitcoin = { git = "https://github.com/TheBlueMatt/rust-bitcoin", rev = "47fb553e2a551968a0f283bd30a4dc9db576ee40" }
9 bitcoin_hashes = "0.3"
10 tokio = "0.1"
11 bytes = "0.4"
12 futures = "0.1"
13 rand = "0.6"
14 regex = "1"
15
16 [profile.release]
17 lto = true
18 codegen-units = 1
19 panic = "abort"