Added the ability to edit existing indexers with basic options, added a tags column to the indexers table, and fixed a bug in the counter fields that displayed the cursor next to the integer instead of on it to make understanding the counter easier. Also upgraded to confy v0.60.0 and rust version to 1.75

This commit is contained in:
2024-01-19 15:45:41 -07:00
parent 3d249cc51c
commit 2ec4472efc
29 changed files with 3513 additions and 362 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "managarr"
version = "0.0.30"
version = "0.0.31"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "A TUI to manage your Servarrs"
keywords = ["managarr", "tui-rs", "dashboard", "servarr", "tui"]
@@ -9,14 +9,14 @@ repository = "https://github.com/Dark-Alex-17/managarr"
homepage = "https://github.com/Dark-Alex-17/managarr"
readme = "README.md"
edition = "2021"
rust-version = "1.72.0"
rust-version = "1.75.0"
[dependencies]
anyhow = "1.0.68"
backtrace = "0.3.67"
bimap = "0.6.3"
chrono = { version = "0.4", features = ["serde"] }
confy = { version = "0.5.1", default_features = false, features = ["yaml_conf"] }
confy = { version = "0.6.0", default_features = false, features = ["yaml_conf"] }
crossterm = "0.27.0"
derivative = "2.2.0"
human-panic = "1.1.3"