mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-04 05:22:56 +00:00
9 lines
183 B
TOML
9 lines
183 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" |