summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-05-23 08:46:09 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-23 08:46:09 +0200
commit63ef549825edb99a7fd7ab15e1acae14286ed8a0 (patch)
tree7ea5805759b28226ef90f9119e93d702764eec7a /Cargo.toml
parent857fb9e9c4a90fd7ec5eddef22f25da63048f31d (diff)
Implement listening code
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"