summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-21 12:57:58 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-21 12:57:58 -0400
commit0fc2c6ee93129d68c53099e83af6d5c0cd104af7 (patch)
tree6a14d73fffc091222e4758eead62b51e814bd0c4 /Cargo.toml
parente417abb8ee822c4873cbfd700f439a7e5b7f38d9 (diff)
add whoami to dependencies
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 8e4af78..39f99c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ serde = "1.0.70"
serde_derive = "1.0.70"
toml = "0.4"
tree_magic = "0.2.0"
+whoami = "0.2.2"
xdg = "2.1.0"
[dependencies.ncurses]