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.