This moves the workspace Cargo.toml to the root of the repository, so that the "actions-rs/cargo" action can find it.
11 lines
156 B
TOML
11 lines
156 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"rust/taskchampion",
|
|
"rust/cli",
|
|
"rust/sync-server",
|
|
"rust/lib",
|
|
"rust/integration-tests",
|
|
"rust/xtask",
|
|
]
|