summaryrefslogtreecommitdiffstats
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-06 20:43:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-09 11:13:00 +0100
commit03b7feebdb56cd014d881faf29de64f681a038a6 (patch)
tree1937fa75e5458127a3e915ccf63b58aecd3bfb51 /cli/Cargo.toml
parent7ed34f04b41f8c575f4ab5a178495a7132c39947 (diff)
Add CLI for posting text to profile
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 749438d..215efe1 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -37,6 +37,7 @@ getset = "0.1"
xdg = "2.4"
tracing = "0.1"
ctrlc = "3.2"
+editor-input = "0.1.2"
[dependencies.ipfs]
git = "https://github.com/rs-ipfs/rust-ipfs/"