X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=efdea2bc47f0d9e34e7475d0a1151081ab912bb4;hb=e57da41a7cd5037a11ea3b544ca728a50bdd71e1;hp=88b3deb412559f733fce032463a6f5d76a9d9842;hpb=1e90008ac857dbf642addc27cf92ef4d7c76b51d;p=dnsseed-rust diff --git a/Cargo.toml b/Cargo.toml index 88b3deb..efdea2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"