Skip to content

Commit 8e12a94

Browse files
committed
Remove wrong Cargo.toml
1 parent 527c73c commit 8e12a94

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +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
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
1214
iroh-net = "0.12.0"
1315
iroh-bytes = "0.12.0"
1416
serde = { version = "1", features = ["derive"] }
1517

16-
# Optional features for the client
18+
# Optional features for the client functionality
1719
tracing = { version = "0.1", optional = true }
1820
quinn = { version = "0.10", optional = true }
1921
iroh-pkarr-node-discovery = { path = "../../iroh-pkarr-node-discovery", optional = true }

0 commit comments

Comments
 (0)