From fa655bbe8acae9c7f5d46e977ebea01ac0572327 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Apr 2021 17:06:11 +0200 Subject: Implement first CLI Signed-off-by: Matthias Beyer --- Cargo.toml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f24ae6f..d557fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,15 +17,21 @@ edition = "2018" [dependencies] # TODO: Replace with thiserror -anyhow = "1" +anyhow = "1" -async-trait = "0.1" -cid = "0.6" -chrono = "0.4" -daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } -ipfs-embed = "0.19" -libipld = "0.11" -libipld-cbor = "0.11" -mime = "0.3" -tokio = { version = "1", features = ["full"] } +async-trait = "0.1" +cid = "0.6" +chrono = "0.4" +clap-v3 = "3.0.0-beta.1" +daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } +ipfs-embed = "0.19" +libipld = "0.11" +libipld-cbor = "0.11" +libp2p = "0.36" +libp2p-bitswap = "*" +libp2p-core = "*" +libp2p-gossipsub = "*" +libp2p-ping = "*" +mime = "0.3" +tokio = { version = "1", features = ["full"] } -- cgit v1.2.3