build(cargo): improve metadata
This commit is contained in:
+2
-1
@@ -4,11 +4,12 @@ description = "Tree Widget for tui-rs"
|
|||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
|
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
|
||||||
|
documentation = "https://docs.rs/tui-tree-widget"
|
||||||
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
|
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.48.0"
|
||||||
keywords = ["tui", "terminal", "tree", "widget"]
|
keywords = ["tui", "terminal", "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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user