mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
fix linking for taskchampion-integration-tests
This commit is contained in:
parent
6a42cf00a2
commit
3dfd28586a
2 changed files with 5 additions and 4 deletions
|
@ -3,9 +3,9 @@ name = "taskchampion-lib"
|
|||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
#[lib]
|
||||
#name = "taskchampionlib"
|
||||
#crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
[lib]
|
||||
# staticlib is used for integration-tests, and is not exported.
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.126"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue