Apply suggestions from code review

Co-authored-by: ryneeverett <ryneeverett@gmail.com>
This commit is contained in:
Dustin J. Mitchell
2025-07-17 12:00:22 -04:00
committed by GitHub
parent 309abce339
commit 8b1f7e2b30
3 changed files with 11 additions and 22 deletions

View File

@ -20,8 +20,8 @@ for more on how to use this project.
The repository is comprised of three crates:
- `taskchampion-sync-server-core` implements the core of the protocol
- `taskchmpaion-sync-server-storage-sqlite` implements an SQLite backend for the core
- `taskchmpaion-sync-server-storage-posrgres` implements a Postgres backend for the core
- `taskchampion-sync-server-storage-sqlite` implements an SQLite backend for the core
- `taskchampion-sync-server-storage-postgres` implements a Postgres backend for the core
- `taskchampion-sync-server` implements a simple HTTP server for the protocol
### Building From Source