summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-02-08 00:19:50 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-02-07 16:19:50 -0500
commit5c50d2819b7b7f43820b0f2e572dff2fc0bb8c8b (patch)
tree67474cb213c5b82873bf28d42638038c97b23fe1 /Cargo.toml
parentaea7884d11b6f10e2ccc0d6a7c5c154f84472ed4 (diff)
Add emojis to permission prompts (#1684)
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 7aeff89fb..652a0d988 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ version = "0.2.10"
edition = "2018"
[dependencies]
+ansi_term = "0.11.0"
atty = "0.2.11"
dirs = "1.0.4"
flatbuffers = "0.5.0"