Files
SolarEnergy/custom_consumption/Cargo.toml
Renovate Bot b1b4eaa341
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update Rust crate eframe to 0.32.2
2025-09-05 00:25:56 +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.47", features = ["derive", "env"] }
egui = "0.32.1"
eframe = "0.32.2"
lazy_static = "1.5.0"