mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
integrate backup sending via iroh into the repl
This commit is contained in:
@@ -7,7 +7,7 @@ license = "MPL-2.0"
|
||||
rust-version = "1.57"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
#debug = 0
|
||||
panic = 'abort'
|
||||
opt-level = 1
|
||||
|
||||
@@ -86,6 +86,7 @@ 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"
|
||||
multibase = "0.9.1"
|
||||
|
||||
[dev-dependencies]
|
||||
ansi_term = "0.12.0"
|
||||
@@ -156,4 +157,4 @@ nightly = ["pgp/nightly"]
|
||||
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" }
|
||||
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "feat-kad-count" }
|
||||
|
||||
Reference in New Issue
Block a user