summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 21:42:57 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 21:42:57 -0500
commit24ca2c806c30f241a6ea09eddc6e7ada3914b691 (patch)
treec168c819d224224491dc22026b109d2ea39631ff /Cargo.toml
parentf2e275dd3b4714b028dbad48ce3502aefd146950 (diff)
add panel dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71ec147..f7451fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ xdg = "2.2.0"
[dependencies.ncurses]
version = "5.97.0"
-features = [ "extended_colors" ]
+features = [ "extended_colors", "panel" ]
[features]
default = []