aboutsummaryrefslogtreecommitdiff
path: root/p2p/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/Cargo.toml')
-rw-r--r--p2p/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml
index 315983b..31bac2d 100644
--- a/p2p/Cargo.toml
+++ b/p2p/Cargo.toml
@@ -6,7 +6,7 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-karyons_core.workspace = true
+karyons_core = { workspace = true, features=["crypto"] }
karyons_net.workspace = true
smol = "1.3.0"