From 741e34602d360245048e695e9fa4a14675c52901 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 28 Dec 2022 17:18:13 +0100 Subject: Remove tokio dependency Signed-off-by: Matthias Beyer --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3