From 8ae34b05dd0a8e30b536f39cc0a6da1f35ff42fa Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 21 Jan 2017 13:30:15 -0800 Subject: [PATCH] Add Cargo categories & travis badge --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f34a94a..8294b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,16 @@ description = "A TUI (Text User Interface) library focused on ease-of-use." documentation = "https://gyscos.github.io/Cursive/cursive/index.html" exclude = ["doc", "assets"] keywords = ["ncurses", "TUI", "UI"] +categories = ["command-line-interface", "gui"] license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" version = "0.3.7" +[badges] +travis-ci = { repository = "gyscos/cursive" } + [build-dependencies.skeptic] optional = true version = "0.6"