fix linking for taskchampion-integration-tests

This commit is contained in:
Dustin J. Mitchell 2022-07-07 00:08:31 +00:00 committed by Tomas Babej
parent 6a42cf00a2
commit 3dfd28586a
2 changed files with 5 additions and 4 deletions

View file

@ -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"