chore(cargo): reorder Cargo.toml
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user