mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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.
This commit is contained in:
parent
304b84e4da
commit
f054a4061e
20 changed files with 61 additions and 3589 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
members = [
|
||||
"taskchampion/taskchampion",
|
||||
"taskchampion/sync-server",
|
||||
"taskchampion/lib",
|
||||
"taskchampion/integration-tests",
|
||||
"taskchampion/xtask",
|
||||
|
@ -16,17 +15,12 @@ exclude = [ "src/tc/rust" ]
|
|||
# All Rust dependencies are defined here, and then referenced by the
|
||||
# Cargo.toml's in the members with `foo.workspace = true`.
|
||||
[workspace.dependencies]
|
||||
actix-rt = "2"
|
||||
actix-web = "^4.3.1"
|
||||
anyhow = "1.0"
|
||||
byteorder = "1.5"
|
||||
cc = "1.0.73"
|
||||
chrono = { version = "^0.4.22", features = ["serde"] }
|
||||
clap = { version = "^4.3.0", features = ["string"] }
|
||||
env_logger = "^0.10.2"
|
||||
ffizz-header = "0.5"
|
||||
flate2 = "1"
|
||||
futures = "^0.3.25"
|
||||
google-cloud-storage = { version = "0.15.0", default-features = false, features = ["rustls-tls", "auth"] }
|
||||
lazy_static = "1"
|
||||
libc = "0.2.136"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue