mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
12 lines
275 B
TOML
12 lines
275 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"taskchampion/taskchampion",
|
|
"taskchampion/sync-server",
|
|
"taskchampion/lib",
|
|
"taskchampion/integration-tests",
|
|
"taskchampion/xtask",
|
|
]
|
|
|
|
# src/tc/rust is just part of the TW build and not a public crate
|
|
exclude = [ "src/tc/rust" ]
|