File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
iroh-mainline-content-discovery/iroh-mainline-content-discovery Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
1214iroh-net = " 0.12.0"
1315iroh-bytes = " 0.12.0"
1416serde = { version = " 1" , features = [" derive" ] }
1517
16- # Optional features for the client
18+ # Optional features for the client functionality
1719tracing = { version = " 0.1" , optional = true }
1820quinn = { version = " 0.10" , optional = true }
1921iroh-pkarr-node-discovery = { path = " ../../iroh-pkarr-node-discovery" , optional = true }
You can’t perform that action at this time.
0 commit comments