Files
IronCalc/Cargo.toml
Nicolás Hatcher Andrés 11df4a55c7 UPDATE: Adds python bindings (#90)
* UPDATE: Adds python bindings

Exclude pyroncalc and wasm from test coverage
2024-09-21 11:58:50 +02:00

17 lines
168 B
TOML

[workspace]
resolver = "2"
members = [
"base",
"xlsx",
"bindings/wasm",
"bindings/python",
]
exclude = [
"generate_locale",
]
[profile.release]
lto = true