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

@ -3,10 +3,6 @@ name = "taskchampion-lib"
version = "0.1.0"
edition = "2018"
[lib]
# staticlib is used for integration-tests, and is not exported.
crate-type = ["cdylib", "lib"]
[dependencies]
libc = "0.2.126"
taskchampion = { path = "../taskchampion" }