From c9f9db05dbe38f40b5cce1d538f51450cf24e124 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Tue, 21 Nov 2023 12:39:02 +0100 Subject: [PATCH] fix dep --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5ac3973..3d769c0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,4 +16,4 @@ categories.workspace = true [dependencies] nanopub = { version = "0.0.7", path = "../lib" } clap = { version = "4.4", features = ["derive"] } -tokio = { version = "1.34", features = ["macros"] } +tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] }