From 7e4709c67ef3a190c01b7d5dffcf621a2c025286 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sat, 31 Oct 2020 20:54:55 +0100 Subject: [PATCH] chore: add meta stuff --- Cargo.toml | 9 ++++++++- readme.md | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/Cargo.toml b/Cargo.toml index 8441c1a..91d6fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "tui-tree-widget" +description = "Tree Widget for tui-rs" version = "0.1.0" -authors = ["EdJoPaTo "] +authors = ["EdJoPaTo "] edition = "2018" +keywords = ["tui", "terminal", "tree", "widget"] +license = "MIT" +readme = "readme.md" +repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" + +exclude = [".github"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1d7d44a --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# TUI Tree Widget + +Widget built to show Tree Data structures.