integrate backup sending via iroh into the repl

This commit is contained in:
dignifiedquire
2022-07-07 17:34:40 +02:00
parent 0e06bcb182
commit 9f7e962832
10 changed files with 100 additions and 36 deletions

View File

@@ -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" }