18 lines
254 B
TOML
18 lines
254 B
TOML
[package]
|
|
name = "openbirch-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
enum_dispatch = "0.3.13"
|
|
iced = "0.13.1"
|
|
test-case = "3.3.1"
|
|
|
|
[lib]
|
|
name = "libopenbirch"
|
|
path = "src/lib/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "openbirch_iced"
|
|
path = "src/app/bin.rs"
|