mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
11 lines
248 B
TOML
11 lines
248 B
TOML
[workspace]
|
|
resolver = "2"
|
|
<<<<<<< HEAD
|
|
members = [ "sbv2_api","sbv2_core", "sbv2_bindings"]
|
|
=======
|
|
members = ["sbv2_api", "sbv2_core"]
|
|
>>>>>>> cfea5d735aeb7d0abad5b913a3dda3810d8e59f8
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.86"
|
|
dotenvy = "0.15.7" |