Files
taskwarrior-2.x/src/taskchampion-cpp/Cargo.toml
Dustin J. Mitchell 2db373d631 Update to TaskChampion 0.8.0 (#3648)
* Update to TaskChampion 0.8.0

* Cargo update
2024-10-22 19:37:47 -04:00

16 lines
216 B
TOML

[package]
name = "taskchampion-lib"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["staticlib"]
[dependencies]
taskchampion = "0.8.0"
cxx = "1.0.124"
[build-dependencies]
cxx-build = "1.0"