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
|
@ -13,6 +13,12 @@ This repository was spun off from Taskwarrior itself after the 3.0.0
|
|||
release. It is still under development and currently best described as
|
||||
a reference implementation of the Taskchampion sync protocol.
|
||||
|
||||
It is comprised of three crates:
|
||||
|
||||
- `taskchampion-sync-server-core` implements the core of the protocol
|
||||
- `taskchmpaion-sync-server-sqlite` implements an SQLite backend for the core
|
||||
- `taskchampion-sync-server` implements a simple HTTP server for the protocol
|
||||
|
||||
## Installation
|
||||
|
||||
### From binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue