summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-05 17:44:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-06 16:29:01 +0100
commit52a81581816da9533d93211b9b0e63ff221926d2 (patch)
tree9fc01bb0f16eceeef2b9472c2925bd9268cbc855 /Cargo.toml
parent080a97a314926ae00a4153aab21a21766c58f521 (diff)
Implement profile serving
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 a1fb058..6766fe6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,7 @@ getset = "0.1"
xdg = "2.4"
libp2p = "0.39.1"
tracing = "0.1"
+ctrlc = "3.2"
[dependencies.ipfs]
git = "https://github.com/rs-ipfs/rust-ipfs/"