summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-28 17:18:13 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-28 17:18:56 +0100
commit741e34602d360245048e695e9fa4a14675c52901 (patch)
treefa988c4535fa05c5ce754d4d09d12aebb95afcdb
parent1ae9cf9eb463f9fdcd5b843f3a6e979a72258e4d (diff)
Remove tokio dependency
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a268b24..2a3754b 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"