Import taskchampion-lib into integration-tests as rust symbols
This allows Cargo to handle the linking peculiarities of platforms.
This commit is contained in:
committed by
Tomas Babej
parent
6f7c5c31a9
commit
ccb9a0fdfb
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user