From 63ef549825edb99a7fd7ab15e1acae14286ed8a0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 23 May 2021 08:46:09 +0200 Subject: Implement listening code Signed-off-by: Matthias Beyer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27e3357..80cc7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ chrono = "0.4" cid = "0.6" clap-v3 = "3.0.0-beta.1" daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } +futures = "0.3" ipfs-embed = { version = "0.20", features = ["tokio"] } libipld = "0.11" libipld-cbor = "0.11" -- cgit v1.2.3