15 lines
292 B
TOML
15 lines
292 B
TOML
[package]
|
|
name = "femm-doc-curr"
|
|
version = "0.0.1"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
description = "rust-native .fec document model: parser, writer, geometry editing"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
num-complex = "0.4"
|
|
thiserror = "2"
|