Skip to content
Open
246 changes: 244 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ rust-version = "1.81"
[dependencies]
snafu = "0.8.6"
clap = { version = "4.4.10", features = ["derive"] }
dirs = "6.0.0"
hex = "0.4.3"
iroh = { version = "0.94", default-features = false }
iroh-tickets= { version = "0.1" }
iroh-tickets = { version = "0.1" }
iroh-persist = "0.1.2"
quinn = { version = "0.14", package = "iroh-quinn" }
rand = "0.9.2"
tokio = { version = "1.34.0", features = ["full"] }
Expand Down
Loading