chore: Updated the README to have more detailed instructions on how to use the widget

This commit is contained in:
2024-11-18 14:46:19 -07:00
parent 6a324736e5
commit 45523fa08e
2 changed files with 71 additions and 3 deletions
+4 -2
View File
@@ -4,13 +4,15 @@ description = "Tree Widget for Managarr"
version = "0.24.0"
license = "MIT"
repository = "https://github.com/Dark-Alex-17/managarr-tree-widget"
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>", "Dark-Alex-17 <alex.j.tusa@gmail.com>"]
authors = [
"EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>",
"Dark-Alex-17 <alex.j.tusa@gmail.com>",
]
edition = "2021"
keywords = ["tui", "terminal", "tree", "widget", "managarr"]
categories = ["command-line-interface"]
rust-version = "1.82.0"
include = ["src/**/*", "examples/**/*", "benches/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lints.rust]
unsafe_code = "forbid"