mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
14 lines
240 B
TOML
14 lines
240 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["sbv2_api", "sbv2_core", "sbv2_bindings"]
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.86"
|
|
dotenvy = "0.15.7"
|
|
env_logger = "0.11.5"
|
|
ndarray = "0.16.1"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = false
|
|
strip = true |