SolarEnergy/custom_consumption/Cargo.toml

13 lines
242 B
TOML
Raw Permalink Normal View History

2024-06-30 20:54:23 +00:00
[package]
name = "custom_consumption"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-09-23 16:55:10 +00:00
env_logger = "0.11.5"
log = "0.4.22"
2024-09-23 16:55:10 +00:00
clap = { version = "4.5.18", features = ["derive", "env"] }
egui = "0.28.1"
eframe = "0.28.1"
lazy_static = "1.5.0"