chore(cargo): reorder Cargo.toml

This commit is contained in:
EdJoPaTo
2021-06-13 09:25:10 +02:00
parent f8408d666d
commit 5f62e19f54
2 changed files with 3 additions and 4 deletions
+3 -4
View File
@@ -2,13 +2,12 @@
name = "tui-tree-widget"
description = "Tree Widget for tui-rs"
version = "0.6.0"
license = "MIT"
repository = "https://github.com/EdJoPaTo/tui-tree-widget"
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
edition = "2018"
keywords = ["tui", "terminal", "tree", "widget"]
license = "MIT"
readme = "readme.md"
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
include = ["src/**/*", "readme.md"]
include = ["src/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
View File