summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-12 11:12:16 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-12 11:12:16 -0500
commit8d0f371ae5f0a1a51d5b73969cc837ecfa3adce1 (patch)
treee03a2bc2073d4de3ace17efdc57eb8f47da1c9ad /Cargo.toml
parentc43d20bb002f90136ce63390bd3ee30dbf1a38d6 (diff)
add support for custom color themes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 452f64e..28bc66a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,6 @@ xdg = "2.2.0"
# whoami = "*"
# xdg = "*"
-
[dependencies.ncurses]
version = "5.98.0"
features = [ "extended_colors", "panel" ]