Files
Dustin J. Mitchell 5d013073cb Bump to -pre version
2025-10-11 19:02:31 +00:00

23 lines
628 B
TOML

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