From 3442920b3f5b53fb04ceb82d12506249a746480e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 27 Nov 2021 11:28:15 +0100 Subject: Introduce own Cid type until ipfs_api API is not stringly typed anymore Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 91ed946..7a23d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ env_logger = "0.8" futures = "0.3" ipfs-api-backend-hyper = { version = "0.2", features = [ "with-hyper-tls" ] } log = "0.4" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1", features = ["full", "rt", "macros"] } mime = "0.3" libipld-cbor = "0.12" libipld = "0.12" -- cgit v1.2.3