1
0
The sync server for Taskchampion
Go to file
dependabot[bot] f486118c58
Bump actix-web from 4.3.1 to 4.5.1
Bumps [actix-web](https://github.com/actix/actix-web) from 4.3.1 to 4.5.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v4.3.1...web-v4.5.1)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-21 21:27:09 +00:00
.github update workflows 2024-04-21 17:25:59 -04:00
src Import from https://github.com/GothenburgBitFactory/taskwarrior 2024-04-07 21:43:46 -04:00
.gitignore Import from https://github.com/GothenburgBitFactory/taskwarrior 2024-04-07 21:43:46 -04:00
Cargo.lock Bump actix-web from 4.3.1 to 4.5.1 2024-04-21 21:27:09 +00:00
Cargo.toml Bump actix-web from 4.3.1 to 4.5.1 2024-04-21 21:27:09 +00:00
CODE_OF_CONDUCT.md Import from https://github.com/GothenburgBitFactory/taskwarrior 2024-04-07 21:43:46 -04:00
CONTRIBUTING.md Import from https://github.com/GothenburgBitFactory/taskwarrior 2024-04-07 21:43:46 -04:00
LICENSE Import from https://github.com/GothenburgBitFactory/taskwarrior 2024-04-07 21:43:46 -04:00
README.md Import from https://github.com/GothenburgBitFactory/taskwarrior 2024-04-07 21:43:46 -04:00

TaskChampion Sync-Server

TaskChampion is the task database Taskwarrior uses to store and sync tasks. This repository implements a sync server against which Taskwarrior and other applications embedding TaskChampion can sync.

Status

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 refernce implementation of the Taskchampion sync protocol.