mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
pull in iroh-share
This commit is contained in:
@@ -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" }
|
||||
Reference in New Issue
Block a user