taskchampion-sync-server/core/Cargo.toml
2025-03-03 22:43:37 +00:00

20 lines
576 B
TOML

[package]
name = "taskchampion-sync-server-core"
version = "0.6.2-pre"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
description = "Core of sync protocol for TaskChampion"
homepage = "https://github.com/GothenburgBitFactory/taskchampion"
repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
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