Kon/Cargo.toml
Renovate 80c595ffcc
All checks were successful
Build and push container image / build (push) Successful in 7m8s
Update Rust crate tokio to 1.35.1 (#7)
Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
2023-12-19 18:19:57 +00:00

29 lines
532 B
TOML

[package]
name = "kon"
version = "0.1.2"
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"
lazy_static = "1.4.0"
poise = "0.5.7"
reqwest = "0.11.23"
serde_json = "1.0.108"
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