18 lines
366 B
TOML
18 lines
366 B
TOML
[package]
|
|
name = "femm-app"
|
|
version = "0.0.1"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
description = "iced shell for the FEMM 4.2 port"
|
|
|
|
[[bin]]
|
|
name = "femm"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
femm-doc-mag = { workspace = true }
|
|
iced = { version = "0.14", features = ["canvas", "svg", "tokio"] }
|
|
rfd = "0.17"
|
|
meval = "0.2"
|