SolarEnergy/custom_consumption/Cargo.toml
Pierre HUBERT 8f5d4dbd94
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Update Rust crate egui to 0.30.0
2024-12-31 00:23:45 +00:00

13 lines
242 B
TOML

[package]
name = "custom_consumption"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.5"
log = "0.4.22"
clap = { version = "4.5.18", features = ["derive", "env"] }
egui = "0.30.0"
eframe = "0.29.1"
lazy_static = "1.5.0"