10 lines
124 B
TOML
10 lines
124 B
TOML
|
[workspace]
|
||
|
members = [
|
||
|
"crates/vidow_bin",
|
||
|
"crates/vidow_core",
|
||
|
"crates/vidow_api"
|
||
|
]
|
||
|
|
||
|
[profile.release]
|
||
|
debug = true
|