subnet_calculator_ui/Cargo.toml

13 lines
281 B
TOML
Raw Permalink Normal View History

2023-06-05 20:31:06 +00:00
[package]
name = "subnet_calculator_ui"
2023-06-05 20:31:06 +00:00
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"