Files
taskwarrior-2.x/src/taskchampion-cpp/Cargo.toml
2024-11-02 11:16:23 +01:00

20 lines
323 B
TOML

[package]
name = "taskchampion-lib"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["staticlib"]
[dependencies]
taskchampion = "0.9.0"
cxx = "1.0.124"
[features]
# use native CA roots, instead of bundled
tls-native-roots = ["taskchampion/tls-native-roots"]
[build-dependencies]
cxx-build = "1.0"