Skip to content

Commit c5aa8a9

Browse files
authored
Merge a342ffa into 4645452
2 parents 4645452 + a342ffa commit c5aa8a9

File tree

16 files changed

+1505
-813
lines changed

16 files changed

+1505
-813
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,15 @@ tracing-test = "0.2.5"
6060
walkdir = "2.5.0"
6161
atomic_refcell = "0.1.13"
6262
iroh = { version = "0.92", features = ["discovery-local-network"]}
63+
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
64+
concat_const = "0.2.0"
6365

6466
[features]
6567
hide-proto-docs = []
6668
metrics = []
6769
default = ["hide-proto-docs", "fs-store"]
6870
fs-store = ["dep:redb", "dep:reflink-copy"]
71+
72+
[patch.crates-io]
73+
iroh = { 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)