Kon/Cargo.toml
Renovate 0a9cf4a36e
All checks were successful
Build and push container image / build (push) Successful in 7m15s
Update Rust crate serde_json to 1.0.111 (#17)
Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
2024-01-04 07:57:12 +00:00

30 lines
549 B
TOML

[package]
name = "kon"
version = "0.1.6"
rust-version = "1.74"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cargo_toml = "0.17.2"
gamedig = "0.4.1"
once_cell = "1.19.0"
poise = "0.5.7"
reqwest = "0.11.23"
serde_json = "1.0.111"
serenity = "0.12.0"
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }
[[bin]]
name = "kon"
path = "src/main.rs"
[profile.dev]
opt-level = 0
debug = true
[profile.release]
opt-level = 3
debug = false