forked from github-mirrorer/taskchampion-sync-server
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:
committed by
GitHub
parent
5769781553
commit
47ce4c1e3b
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.
|
||||
Reference in New Issue
Block a user