mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
1df54125ea
commit
9f5994bfd1
9 changed files with 19 additions and 19 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"rust/taskchampion",
|
||||
"rust/cli",
|
||||
"rust/sync-server",
|
||||
"rust/lib",
|
||||
"rust/integration-tests",
|
||||
"rust/xtask",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue