Make the sync server client an optional feature (#3216)

* Make the sync server client an optional feature

* fix comment, remove unnecessary allow(dead_code)
This commit is contained in:
Dustin J. Mitchell 2023-12-24 08:57:37 -05:00 committed by GitHub
parent e95f95eb08
commit b52248f146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 85 additions and 23 deletions

View file

@ -7,7 +7,7 @@ publish = false
build = "build.rs"
[dependencies]
taskchampion = { path = "../taskchampion" }
taskchampion = { path = "../taskchampion", features = ["server-sync"] }
taskchampion-lib = { path = "../lib" }
taskchampion-sync-server = { path = "../sync-server" }