Renovate Bot 12606ba336
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.37
2025-04-21 00:29:51 +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.37", features = ["derive", "env"] }
egui = "0.31.1"
eframe = "0.31.1"
lazy_static = "1.5.0"