taskchampion-sync-server/core/Cargo.toml
2024-11-19 18:22:42 -05:00

18 lines
430 B
TOML

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