From 52a81581816da9533d93211b9b0e63ff221926d2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 5 Dec 2021 17:44:43 +0100 Subject: Implement profile serving 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 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/" -- cgit v1.2.3