Kon/Cargo.toml
toast d39550feea
All checks were successful
Build and push container image / build (push) Successful in 10m50s
Fix poisoned uptime command
2024-04-26 20:13:58 +10:00

32 lines
605 B
TOML

[package]
name = "kon"
version = "0.2.9"
edition = "2021"
[dependencies]
cargo_toml = "0.20.2"
gamedig = "0.5.0"
once_cell = "1.19.0"
poise = "0.6.1"
reqwest = { version = "0.12.4", features = ["json"] }
serde = "1.0.198"
serde_json = "1.0.116"
sysinfo = "0.30.11"
tokenservice-client = { version = "0.2.4", registry = "gitea" }
tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }
tokio-postgres = "0.7.10"
uptime_lib = "0.3.0"
[[bin]]
name = "kon"
path = "src/main.rs"
[profile.dev]
opt-level = 0
debug = true
[profile.release]
opt-level = 2
debug = false
strip = true