subnet_calculator_ui/Cargo.toml

13 lines
281 B
TOML

[package]
name = "subnet_calculator_ui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = "0.22.0"
eframe = "0.22.0"
tracing-subscriber = "0.3.16"
subnet_calculator = "0.1.0"