From 4a94f6ec5edbfac6de915f59b346083fbc21730f Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 19 Jan 2022 14:28:14 +0100 Subject: [PATCH] build(cargo): improve metadata --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b11c42..1f13af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,12 @@ description = "Tree Widget for tui-rs" version = "0.7.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" +documentation = "https://docs.rs/tui-tree-widget" authors = ["EdJoPaTo "] edition = "2018" +rust-version = "1.48.0" keywords = ["tui", "terminal", "tree", "widget"] include = ["src/**/*", "README.md"] - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]