From 6ffdede95aa09f51ff61ddd42d577991d19db072 Mon Sep 17 00:00:00 2001 From: chrunchyjesus Date: Sun, 10 May 2020 12:27:52 +0200 Subject: [PATCH] chore: add documentation field in Cargo.toml (#277) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f4d25e4..8c860fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards """ +documentation = "https://docs.rs/tui/0.9.1/tui/" keywords = ["tui", "terminal", "dashboard"] repository = "https://github.com/fdehau/tui-rs" license = "MIT"