aboutsummaryrefslogtreecommitdiff
path: root/p2p/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-19 22:20:03 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-19 22:20:03 +0200
commita6016c7eeb11fc8aeaa1a3b160b970b15362695d (patch)
treea872c02076836811257b59ce7d88f9ef5a85f5ed /p2p/Cargo.toml
parent1c520b20f70ddbdab885ec6c4bf5c87893a26eb4 (diff)
add tokio examples to p2p, jsonrpc, and net crates
Diffstat (limited to 'p2p/Cargo.toml')
-rw-r--r--p2p/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml
index 3327810..3147d39 100644
--- a/p2p/Cargo.toml
+++ b/p2p/Cargo.toml
@@ -46,3 +46,5 @@ ctrlc = "3.4.4"
easy-parallel = "3.3.1"
env_logger = "0.11.3"
smol = "2.0.0"
+
+