export taskchampion-lib as an rlib, too

This commit is contained in:
Dustin J. Mitchell
2022-04-09 20:15:00 +00:00
parent 07929f327f
commit ae3851f5a6
3 changed files with 21 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ edition = "2018"
[lib]
name = "taskchampion"
crate-type = ["staticlib", "cdylib"]
crate-type = ["staticlib", "cdylib", "rlib"]
[dependencies]
libc = "0.2.113"