ngspice/ng_parse/Cargo.toml

17 lines
227 B
TOML

[workspace]
resolver = "2"
members = [
"parser",
]
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["jfisher"]
[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1