From c1062fd5e22d9039d8add5c6421b767763fa1dba Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 9 Nov 2023 11:46:31 +0300 Subject: delete unused dependencies from net crate --- p2p/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'p2p') diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 94fc284..98b700e 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -9,8 +9,8 @@ edition.workspace = true karyons_core.workspace = true karyons_net.workspace = true -async-trait = "0.1.73" smol = "1.3.0" +async-trait = "0.1.73" futures-util = {version = "0.3.5", features=["std"], default-features = false } log = "0.4.20" chrono = "0.4.30" @@ -38,4 +38,3 @@ clap = { version = "4.4.6", features = ["derive"] } ctrlc = "3.4.1" easy-parallel = "3.3.1" env_logger = "0.10.0" - -- cgit v1.2.3