taskchampion-sync-server/core/Cargo.toml
Dustin J. Mitchell 5c3455a38a
v0.6.0
2025-03-01 18:16:48 +00:00

18 lines
426 B
TOML

[package]
name = "taskchampion-sync-server-core"
version = "0.6.0"
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