diff --git a/crates/network/Cargo.toml b/crates/network/Cargo.toml index 7c577aae5..b05b8380e 100644 --- a/crates/network/Cargo.toml +++ b/crates/network/Cargo.toml @@ -10,7 +10,23 @@ license.workspace = true bytes.workspace = true eyre.workspace = true futures-util.workspace = true -libp2p = { workspace = true, features = ["full"] } +libp2p = { workspace = true, features = [ + "dcutr", + "gossipsub", + "identify", + "kad", + "macros", + "mdns", + "noise", + "ping", + "quic", + "rendezvous", + "relay", + "tokio", + "tcp", + "tls", + "yamux", +] } libp2p-stream.workspace = true multiaddr.workspace = true owo-colors.workspace = true