Generate DNS entries for all known service flags
[dnsseed-rust] / Cargo.toml
index 88b3deb412559f733fce032463a6f5d76a9d9842..efdea2bc47f0d9e34e7475d0a1151081ab912bb4 100644 (file)
@@ -5,9 +5,10 @@ authors = ["matt"]
 edition = "2018"
 
 [dependencies]
-bitcoin = { path = "../Bitcoin/rust-bitcoin" }
+bitcoin = { git = "https://github.com/TheBlueMatt/rust-bitcoin", rev = "fbff0689f85da9ffa0969cad760cf2b4e903509e" }
 bitcoin_hashes = "0.3"
 tokio = "0.1"
 bytes = "0.4"
 futures = "0.1"
 rand = "0.6"
+regex = "1"