add an integration test for syncing task expirations

This commit is contained in:
Dustin J. Mitchell 2022-03-07 23:22:57 +00:00
parent 411bc19762
commit 42238b5306
No known key found for this signature in database
3 changed files with 74 additions and 0 deletions

View file

@ -7,6 +7,7 @@ publish = false
build = "build.rs"
[dependencies]
chrono = { version = "^0.4.10", features = ["serde"] }
taskchampion = { path = "../taskchampion" }
taskchampion-sync-server = { path = "../sync-server" }