Files
taskchampion-sync-server/core/Cargo.toml
Dustin J. Mitchell ae9adf1572 Bump to -pre version
2025-07-30 21:23:03 -04:00

23 lines
628 B
TOML

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