Renovate Bot ffb00ee668
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate env_logger to 0.11.8
2025-04-06 00:36:29 +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.35", features = ["derive", "env"] }
egui = "0.31.1"
eframe = "0.31.1"
lazy_static = "1.5.0"