Updated README with new screenshots and a message to allow me to make the repo public, but let people know the pre-alpha status of the project
This commit is contained in:
+6
-2
@@ -2,7 +2,7 @@
|
||||
name = "managarr"
|
||||
version = "0.0.29"
|
||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||
description = "A TUI for managing *arr servers"
|
||||
description = "A TUI to manage your Servarrs"
|
||||
keywords = ["managarr", "tui-rs", "dashboard", "servarr", "tui"]
|
||||
documentation = "https://github.com/Dark-Alex-17/managarr"
|
||||
repository = "https://github.com/Dark-Alex-17/managarr"
|
||||
@@ -36,11 +36,15 @@ tui = { version = "0.23.0", package = "ratatui", features = ["all-widgets"] }
|
||||
urlencoding = "2.1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
cargo-husky = { version = "1.5.0", default_features = false, features = ["user-hooks"] }
|
||||
mockito = "1.0.0"
|
||||
pretty_assertions = "1.3.0"
|
||||
rstest = "0.18.2"
|
||||
|
||||
[dev-dependencies.cargo-husky]
|
||||
version = "1.5.0"
|
||||
default-features = false
|
||||
features = ["prepush-hook", "precommit-hook", "run-cargo-test", "run-cargo-clippy"]
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
path = "src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user