Import taskchampion-lib into integration-tests as rust symbols

This allows Cargo to handle the linking peculiarities of platforms.
This commit is contained in:
Dustin J. Mitchell
2022-07-10 16:12:35 +00:00
committed by Tomas Babej
parent 6f7c5c31a9
commit ccb9a0fdfb
4 changed files with 2 additions and 31 deletions

View File

@@ -8,6 +8,7 @@ build = "build.rs"
[dependencies]
taskchampion = { path = "../taskchampion" }
taskchampion-lib = { path = "../lib" }
taskchampion-sync-server = { path = "../sync-server" }
[dev-dependencies]
@@ -22,4 +23,3 @@ lazy_static = "1"
[build-dependencies]
cc = "1.0.73"
taskchampion-lib = { path = "../lib" }