chore: add meta stuff

This commit is contained in:
EdJoPaTo
2020-10-31 20:54:55 +01:00
parent db61972cec
commit 7e4709c67e
2 changed files with 11 additions and 1 deletions
+8 -1
View File
@@ -1,8 +1,15 @@
[package] [package]
name = "tui-tree-widget" name = "tui-tree-widget"
description = "Tree Widget for tui-rs"
version = "0.1.0" version = "0.1.0"
authors = ["EdJoPaTo <tui-tree-widget-cargo-package@edjopato.de>"] authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
edition = "2018" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -0,0 +1,3 @@
# TUI Tree Widget
Widget built to show Tree Data structures.