mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Import taskchampion-lib into integration-tests as rust symbols
This allows Cargo to handle the linking peculiarities of platforms.
This commit is contained in:
parent
6f7c5c31a9
commit
ccb9a0fdfb
4 changed files with 2 additions and 31 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue