22 lines
566 B
TOML
22 lines
566 B
TOML
[package]
|
|
name = "wiktlarp"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.6.6", features = ["derive", "string"] }
|
|
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"
|