Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
467 changes: 267 additions & 200 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,21 @@ license = "Apache-2.0/MIT"
repository = "https://github.com/n0-computer/dumb-pipe"
description = "A cli tool to send directories over the network, with NAT hole punching"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
base32 = "0.4.0"
bytes = "1.5.0"
clap = { version = "4.4.10", features = ["derive"] }
console = "0.15.7"
data-encoding = "2.5.0"
flume = "0.11.0"
futures = "0.3.29"
hex = "0.4.3"
indicatif = "0.17.7"
iroh-bytes = "0.11.0"
iroh-bytes = "0.12"
iroh-io = "0.3.0"
iroh-net = "0.11.0"
iroh-net = "0.12"
num_cpus = "1.16.0"
postcard = "1.0.8"
quinn = "0.10.2"
rand = "0.8.5"
serde = "1.0.193"
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"
tracing = "0.1.40"
Expand Down
283 changes: 0 additions & 283 deletions src/collection.rs

This file was deleted.

Loading