1
0
The sync server for Taskchampion
Go to file
dependabot[bot] 63e9e31d02
Bump rusqlite from 0.29.0 to 0.31.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.29.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-21 21:26:56 +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 rusqlite from 0.29.0 to 0.31.0 2024-04-21 21:26:56 +00:00
Cargo.toml Bump rusqlite from 0.29.0 to 0.31.0 2024-04-21 21:26:56 +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.