summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-25 14:00:04 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-25 14:00:04 -0500
commit8ed6766ef180f2b815be54acf8073edc693224fd (patch)
treede7e460bb6181eb8bba9a322b1303105276509ed /Cargo.toml
parented2a87655fcabc92902c1400878be39331711dea (diff)
add support for escape button and implement Display for JoshutoCommand
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 f7451fc..ce96536 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ serde = "1.0.82"
serde_derive = "1.0.82"
toml = "0.4.10"
tree_magic = "0.2.1"
+wcwidth = "1.0.1"
whoami = "0.2.4"
xdg = "2.2.0"