15 lines
301 B
TOML
15 lines
301 B
TOML
[package]
|
|
name = "femm-sys"
|
|
version = "0.0.1"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
description = "raw FFI bindings to the four FEMM solver engines (mag/elec/heat/curr)"
|
|
links = "femm_engines"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.72"
|