summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 771089b..a2b76db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ description = "Generic async DAG library"
async-trait = "0.1"
futures = "0.3"
thiserror = "1"
-tokio = { version = "1", features = ["full"] }
[dev-dependencies]
tokio-test = "0.4"