From 078a966381a0c0cb8aca109089840b2fb224a134 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 9 Oct 2016 16:20:52 -0700 Subject: [PATCH] Reformat Cargo.toml --- Cargo.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0775cc4..e85009f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,22 +16,25 @@ skeptic = "0.6" [dependencies] odds = "0.2" -termion = {version="1.1.1", optional=true} toml = "0.2" unicode-segmentation = "0.1" unicode-width = "0.1" [dependencies.ncurses] features = ["wide"] +optional = true version = "5.82.0" -optional=true + +[dependencies.termion] +optional = true +version = "1.1.1" [dev-dependencies] rand = "0.3" skeptic = "0.6" -[lib] -name = "cursive" - [features] default = ["ncurses"] + +[lib] +name = "cursive"