mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
27 lines
691 B
TOML
27 lines
691 B
TOML
[package]
|
|
name = "taskchampion-sync-server"
|
|
version = "0.6.2-pre"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
taskchampion-sync-server-core = { path = "../core" }
|
|
taskchampion-sync-server-storage-sqlite = { path = "../sqlite" }
|
|
uuid.workspace = true
|
|
actix-web.workspace = true
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
futures.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
clap.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|
|
chrono.workspace = true
|
|
|
|
[dev-dependencies]
|
|
actix-rt.workspace = true
|
|
tempfile.workspace = true
|
|
pretty_assertions.workspace = true
|
|
temp-env.workspace = true
|