taskchampion-sync-server/core/Cargo.toml
Dustin J. Mitchell 093446e5fb
bump major version
2025-07-12 15:24:13 -04:00

22 lines
628 B
TOML

[package]
name = "taskchampion-sync-server-core"
version = "0.7.0-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
async-trait.workspace = true
anyhow.workspace = true
thiserror.workspace = true
log.workspace = true
env_logger.workspace = true
chrono.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
tokio.workspace = true