summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-07 10:01:26 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-07 10:08:27 +0100
commit26f8b25c111c0b5c87b0cd87ad11b6bf24f22e35 (patch)
treea73415a86909b6472b64ea10659770d7fe2e5290 /tool/Cargo.toml
parent4c61e4c5caa421ace06733630bda85b19579946a (diff)
tool: Drop dependency on promptly.
- Do not ask whether to overwrite files, just fail and mention --force. - We decided that sq should not be interactive (modulo password prompts). Interactive programs are more difficult to test and script. Furthermore, it turns out that nix, a dependency of promptly, does not build on Android. - Fixes #148.
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 9d55e381..7fd56ac2 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -31,7 +31,6 @@ prettytable-rs = "0.8.0"
rpassword = "2.0.0"
tempfile = "3.0.4"
time = "0.1.38"
-promptly = "0.1.5"
[build-dependencies]
clap = "2.27.1"