7 lines
109 B
TOML
7 lines
109 B
TOML
# Cargo.toml в корне проекта
|
|
[workspace]
|
|
members = [
|
|
"futriix-server",
|
|
"futriix-cli",
|
|
]
|