9 lines
184 B
TOML
9 lines
184 B
TOML
|
|
[package]
|
||
|
|
name = "hcie-iced-app"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
hcie-iced-gui = { path = "crates/hcie-iced-gui" }
|
||
|
|
hcie-engine-api = { path = "../hcie-engine-api" }
|