FEMM/crates/femm-mag-solve/Cargo.toml

15 lines
340 B
TOML

[package]
name = "femm-mag-solve"
version = "0.0.1"
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
description = "subprocess wrapper around the magnetostatic FFI solver - isolates C++ aborts from the GUI"
[[bin]]
name = "femm-mag-solve"
path = "src/main.rs"
[dependencies]
femm-sys = { workspace = true }