1
0
The sync server for Taskchampion
Go to file
dependabot[bot] 0afef661b0
Bump clap from 4.3.0 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.5.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...v4.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-21 21:27:16 +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 clap from 4.3.0 to 4.5.4 2024-04-21 21:27:16 +00:00
Cargo.toml Bump clap from 4.3.0 to 4.5.4 2024-04-21 21:27:16 +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.