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"