idk push for pais
build / build (push) Successful in 19s

This commit is contained in:
2026-08-16 17:00:56 -06:00
parent ab77858eda
commit 793e2deae8
20 changed files with 480 additions and 360 deletions
+6 -1
View File
@@ -5,12 +5,17 @@ edition = "2024"
[dependencies]
clap = { version = "4.6.6", features = ["derive", "string"] }
diesel = { version = "2.3.12", features = ["r2d2", "sqlite"] }
colog = "1.4.0"
diesel = { version = "2.3.12", features = ["r2d2", "serde_json", "sqlite"] }
indicatif = "0.18.6"
log = "0.4.33"
notify = "8.2.0"
rcon = { version = "0.6.0", features = ["rt-tokio"] }
regex = "1.13.1"
serde = "1.0.229"
serde_json = "1.0.151"
shellexpand = { version = "3.1.2", features = ["path"] }
tokio = { version = "1.53.1", features = ["full"] }
tokio-stream = "0.1.19"
watchfile = "0.1.1"
xdg = "3.0.0"