Skip to content

Commit 5dcb4d6

Browse files
authored
Merge 1390954 into f399e2b
2 parents f399e2b + 1390954 commit 5dcb4d6

File tree

17 files changed

+1502
-812
lines changed

17 files changed

+1502
-812
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ iroh-base = "0.91.1"
4444
reflink-copy = "0.1.24"
4545
irpc = { version = "0.7.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
4646
iroh-metrics = { version = "0.35" }
47+
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
4748

4849
[dev-dependencies]
4950
clap = { version = "4.5.31", features = ["derive"] }
@@ -60,6 +61,8 @@ tracing-test = "0.2.5"
6061
walkdir = "2.5.0"
6162
atomic_refcell = "0.1.13"
6263
iroh = { version = "0.91.1", features = ["discovery-local-network"]}
64+
async-compression = { version = "0.4.30", features = ["zstd", "tokio"] }
65+
concat_const = "0.2.0"
6366

6467
[features]
6568
hide-proto-docs = []
@@ -68,4 +71,4 @@ default = ["hide-proto-docs"]
6871

6972
[patch.crates-io]
7073
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
71-
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
74+
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }

0 commit comments

Comments
 (0)