taskwarrior/taskchampion/integration-tests/Cargo.toml
Dustin J. Mitchell f054a4061e
Remove taskchampion-sync-server (#3380)
This crate has been moved to
https://github.com/GothenburgBitFactory/taskchampion-sync-server.

The integration-tests repo used the sync server to test integration
between taskchampion and the sync-server. We should do that again, but
after taskchampion moves to its own repo (#3209). In the interim, the
cross-sync integration test can simply test syncing between local
servers, but the snapshot test is no longer useful as the local server
does not support snapshots.
2024-04-20 12:44:06 +00:00

20 lines
436 B
TOML

[package]
name = "integration-tests"
version = "0.4.1"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
publish = false
build = "build.rs"
[dependencies]
taskchampion = { path = "../taskchampion" }
taskchampion-lib = { path = "../lib" }
[dev-dependencies]
anyhow.workspace = true
tempfile.workspace = true
pretty_assertions.workspace = true
lazy_static.workspace = true
[build-dependencies]
cc.workspace = true