mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
Split the server into three crates (#56)
This will make it easier to build variations on the server, or embed it into larger projects.
This commit is contained in:
parent
5769781553
commit
47ce4c1e3b
22 changed files with 1243 additions and 57 deletions
8
core/README.md
Normal file
8
core/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue