taskchampion-sync-server/core/Cargo.toml
Dustin J. Mitchell 2dc063d2e4
Split the server into three crates
This will make it easier to build variations on the server, or embed it
into larger projects.
2024-11-17 15:04:18 -05:00

15 lines
328 B
TOML

[package]
name = "taskchampion-sync-server-core"
version = "0.4.1"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
[dependencies]
uuid.workspace = true
anyhow.workspace = true
log.workspace = true
env_logger.workspace = true
chrono.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true