Atm-Automat/telegram_notification_bot/atmbot_rust/Cargo.toml

18 lines
375 B
TOML
Raw Permalink Normal View History

2025-02-12 10:07:58 +01:00
[package]
name = "atmbot_rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
serde_json = "1.0.120"
[profile.release]
lto = true
opt-level = 3
strip = true
codegen-units = 1
debug = false