mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
e95f95eb08
commit
b52248f146
11 changed files with 85 additions and 23 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue