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:
committed by
GitHub
parent
e95f95eb08
commit
b52248f146
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user