pull in iroh-share

This commit is contained in:
dignifiedquire
2022-07-07 12:56:38 +02:00
parent 2e7470115c
commit 0e06bcb182
4 changed files with 139 additions and 1 deletions

View File

@@ -83,6 +83,9 @@ futures-lite = "1.12.0"
tokio-stream = { version = "0.1.11", features = ["fs"] }
reqwest = { version = "0.11.12", features = ["json"] }
async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] }
iroh-share = { path = "../../iroh/iroh-share" }
iroh-resolver = { path = "../../iroh/iroh-resolver" }
tempfile = "3"
[dev-dependencies]
ansi_term = "0.12.0"
@@ -148,3 +151,9 @@ vendored = [
"reqwest/native-tls-vendored"
]
nightly = ["pgp/nightly"]
[patch.crates-io]
chacha20poly1305 = { path = "../../rustcrypto/AEADs/chacha20poly1305" }
chacha20 = { path = "../../rustcrypto/stream-ciphers/chacha20" }
pgp = { path = "../../rpgp/rpgp" }
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "feat-kad-count" }