Kon/Cargo.toml
Renovate a2db1f0fb4
Some checks failed
renovate/artifacts Artifact file update failure
Update Rust crate sysinfo to 0.30.8
PR created by Renovate Bot.
2024-04-02 15:31:47 +00:00

32 lines
604 B
TOML

[package]
name = "kon"
version = "0.2.7"
edition = "2021"
[dependencies]
cargo_toml = "0.19.2"
gamedig = "0.5.0"
once_cell = "1.19.0"
poise = "0.6.1"
reqwest = { version = "0.12.2", features = ["json"] }
serde = "1.0.197"
serde_json = "1.0.115"
sysinfo = "0.30.8"
tokenservice-client = { version = "0.2.0", 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