mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00

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