The sucker now works with dht too! Albeit hacky JS one, but still!

This commit is contained in:
Igor Katson 2021-07-03 15:22:17 +01:00
parent b4ade5eb13
commit 2061fe56bb
10 changed files with 345 additions and 40 deletions

8
Cargo.lock generated
View file

@ -444,6 +444,12 @@ dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
version = "0.2.4"
@ -605,6 +611,7 @@ dependencies = [
"bitvec",
"byteorder",
"futures",
"hex",
"log",
"openssl",
"parking_lot",
@ -613,6 +620,7 @@ dependencies = [
"serde",
"size_format",
"tokio",
"url",
"urlencoding",
"uuid",
"warp",