Skip to content

Commit c445fea

Browse files
committed
Update to the latest iroh, the branch that has the utils in iroh-bytes
That way we can get rid of most of the code here.
1 parent 8130903 commit c445fea

File tree

9 files changed

+193
-1152
lines changed

9 files changed

+193
-1152
lines changed

Cargo.lock

Lines changed: 172 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,17 @@ description = "A cli tool to send directories over the network, with NAT hole pu
1414
[dependencies]
1515
anyhow = "1.0.75"
1616
base32 = "0.4.0"
17-
bytes = "1.5.0"
1817
clap = { version = "4.4.10", features = ["derive"] }
1918
console = "0.15.7"
20-
data-encoding = "2.5.0"
2119
flume = "0.11.0"
2220
futures = "0.3.29"
2321
hex = "0.4.3"
2422
indicatif = "0.17.7"
25-
iroh-bytes = "0.11.0"
23+
iroh-bytes = { git = "https://github.com/n0-computer/iroh", branch = "public-get-utils" }
2624
iroh-io = "0.3.0"
27-
iroh-net = "0.11.0"
25+
iroh-net = { git = "https://github.com/n0-computer/iroh", branch = "public-get-utils" }
2826
num_cpus = "1.16.0"
29-
postcard = "1.0.8"
30-
quinn = "0.10.2"
3127
rand = "0.8.5"
32-
serde = "1.0.193"
3328
tokio = { version = "1.34.0", features = ["full"] }
3429
tokio-util = "0.7.10"
3530
tracing = "0.1.40"

src/collection.rs

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)