Files
sbv2-api/Cargo.toml
Googlefan bb23bd145b wip: wasm
2024-09-27 12:20:34 +00:00

16 lines
275 B
TOML

[workspace]
resolver = "2"
members = ["sbv2_api", "sbv2_core", "sbv2_bindings", "sbv2_wasm"]
[workspace.dependencies]
anyhow = "1.0.86"
dotenvy = "0.15.7"
env_logger = "0.11.5"
ndarray = "0.16.1"
once_cell = "1.19.0"
[profile.release]
lto = true
debug = false
strip = true