+6
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user