Update GitHub actions to work in Taskwarrior

This moves the workspace Cargo.toml to the root of the repository, so
that the "actions-rs/cargo" action can find it.
This commit is contained in:
Dustin J. Mitchell 2022-05-08 19:52:35 +00:00
parent 1df54125ea
commit 9f5994bfd1
No known key found for this signature in database
9 changed files with 19 additions and 19 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[workspace]
members = [
"rust/taskchampion",
"rust/cli",
"rust/sync-server",
"rust/lib",
"rust/integration-tests",
"rust/xtask",
]