From 9f29c69c8fbf3f4f7f322b9524d6a32c89b8983e Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 21 Dec 2015 21:09:16 -0800 Subject: [PATCH] Update dependencies --- Cargo.toml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02859b0..b6d3f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,16 @@ [package] -name = "cursive" -version = "0.1.0" authors = ["Alexandre Bury "] description = "A TUI library based on ncurses-rs" -license = "MIT" -repository = "https://github.com/Gyscos/cursive" -readme = "Readme.md" keywords = ["ncurses", "TUI"] - -[lib] +license = "MIT" name = "cursive" +readme = "Readme.md" +repository = "https://github.com/Gyscos/cursive" +version = "0.1.0" [dependencies] -toml = "0.1" - -[dependencies.ncurses] -git = "https://github.com/jeaye/ncurses-rs" +ncurses = "5.80.0" +toml = "0.1.25" [[example]] name = "hello_world" @@ -56,3 +51,6 @@ path = "examples/theme.rs" [[example]] name = "linear" path = "examples/linear.rs" + +[lib] +name = "cursive"