This splits the webapp in: * IronCalc (the widget to be published on npmjs) * The frontend for our "service" * Adds "dummy code" for the backend using sqlite
18 lines
204 B
TOML
18 lines
204 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"base",
|
|
"xlsx",
|
|
"bindings/wasm",
|
|
"bindings/python",
|
|
]
|
|
|
|
exclude = [
|
|
"generate_locale",
|
|
"webapp/app.ironcalc.com/server",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|