From 1fee33be40749c94e920ec9170ba9f76ce67a95f Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 25 Jun 2016 16:53:16 -0700 Subject: [PATCH] Update Cargo.toml with documentation link --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd7f933..9049832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,12 @@ authors = ["Alexandre Bury "] description = "A TUI library based on ncurses-rs" keywords = ["ncurses", "TUI"] +documentation = "https://gyscos.github.io/Cursive/cursive/index.html" license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/Gyscos/cursive" -version = "0.1.0" +version = "0.0.1" [dependencies] ncurses = "5.80.0"