summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-24 20:56:24 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-24 20:56:35 -0400
commit62dc649d32b26ae4e090c303c94e4ecdfc32bd52 (patch)
tree4cbc67237426c6c569f06252ed5caef41c7a96e8 /Cargo.toml
parent64a5b7c93fc580ab5b5d38b7662ae1601011cf82 (diff)
add useless features
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39f99c1..9f54a28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,3 +15,6 @@ xdg = "2.1.0"
[dependencies.ncurses]
version = "5.93.0"
features = [ "extended_colors" ]
+
+[features]
+default = []