use ProgressEmitter from sendme

This commit is contained in:
Floris Bruynooghe
2023-02-14 13:19:43 +01:00
parent 44c1efe4e4
commit c379a4e5a7
2 changed files with 10 additions and 132 deletions

9
Cargo.lock generated
View File

@@ -3031,6 +3031,12 @@ dependencies = [
"miniz_oxide",
]
[[package]]
name = "portable-atomic"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c00c8683a03bd4fe7db7dd64ab4abee6b42166bc81231da983486ce96be51a"
[[package]]
name = "postcard"
version = "1.0.2"
@@ -3767,7 +3773,7 @@ dependencies = [
[[package]]
name = "sendme"
version = "0.1.0"
source = "git+https://github.com/n0-computer/sendme?branch=main#5bd545d8eb800a48b36c8d7d2333b9f21afec49a"
source = "git+https://github.com/n0-computer/sendme?branch=main#d09a78636b6b280a4ca67c9948ba6325c4c75088"
dependencies = [
"anyhow",
"bao",
@@ -3777,6 +3783,7 @@ dependencies = [
"der",
"ed25519-dalek",
"futures",
"portable-atomic",
"postcard",
"quinn",
"rand 0.7.3",