Skip to content

Commit dfbbbc4

Browse files
committed
Fewer deps for the separate cli
1 parent 4cb8e79 commit dfbbbc4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

content-discovery/Cargo.lock

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

content-discovery/iroh-mainline-content-discovery-cli/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@ license = "MIT OR Apache-2.0"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
# Required features for the protocol types.
12-
#
13-
# The protocol is using postcard, but we don't need a postcard dependency for just the type definitions
1411
iroh-net = "0.12.0"
1512
iroh-bytes = "0.12.0"
1613
iroh-mainline-content-discovery = { path = "../iroh-mainline-content-discovery" }
17-
tracing = { version = "0.1" }
1814
quinn = { version = "0.10" }
1915
iroh-pkarr-node-discovery = { version = "0.1.2" }
2016
mainline = { version = "1.0.0" }
2117
anyhow = { version = "1", features = ["backtrace"] }
2218
futures = { version = "0.3.25" }
23-
24-
# Optional features for the cli
2519
clap = { version = "4", features = ["derive"] }
2620
tempfile = { version = "3.4" }
2721
derive_more = { version = "1.0.0-beta.1", features = ["debug", "display", "from", "try_into"] }

0 commit comments

Comments
 (0)