taskwarrior/Cargo.toml
2022-07-29 21:41:41 -04:00

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" ]