Renovate Bot 7474e25209
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate clap to 4.5.36
2025-04-12 00:29:31 +00:00

13 lines
242 B
TOML

[package]
name = "custom_consumption"
version = "0.1.0"
edition = "2024"
[dependencies]
env_logger = "0.11.8"
log = "0.4.27"
clap = { version = "4.5.36", features = ["derive", "env"] }
egui = "0.31.1"
eframe = "0.31.1"
lazy_static = "1.5.0"