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

- taskchampion -- core implementation of a replica - taskchampion-cli -- command-line interface - taskchampion-sync-server -- server implementation (not much yet!)
7 lines
76 B
TOML
7 lines
76 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"taskchampion",
|
|
"cli",
|
|
"sync-server"
|
|
]
|