taskchampion-sync-server/core/README.md
Dustin J. Mitchell 47ce4c1e3b
Split the server into three crates (#56)
This will make it easier to build variations on the server, or embed it
into larger projects.
2024-11-17 15:12:42 -05:00

8 lines
358 B
Markdown

# taskchampion-sync-server-core
This crate implements the core logic of the taskchampion sync protocol.
This should be considered a reference implementation, with [the protocol
documentation](https://gothenburgbitfactory.org/taskchampion/sync-protocol.html).
representing the authoritative definition of the protocol. Other
implementations are encouraged.