taskchampion-sync-server/core/Cargo.toml
2025-03-01 18:21:09 +00:00

18 lines
430 B
TOML

[package]
name = "taskchampion-sync-server-core"
version = "0.6.1-pre"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
description = "Core of sync protocol for TaskChampion"
license = "MIT"
[dependencies]
uuid.workspace = true
anyhow.workspace = true
thiserror.workspace = true
log.workspace = true
env_logger.workspace = true
chrono.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true