summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 553f189..6766fe6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,8 +35,9 @@ serde = "1"
serde_json = "1"
getset = "0.1"
xdg = "2.4"
-libp2p = "0.41"
+libp2p = "0.39.1"
tracing = "0.1"
+ctrlc = "3.2"
[dependencies.ipfs]
git = "https://github.com/rs-ipfs/rust-ipfs/"