subnet_calculator_ui/Cargo.toml

12 lines
246 B
TOML
Raw Normal View History

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