Support ENABLE_TLS_NATIVE_ROOTS to use system TLS CAs (#3660)

This commit is contained in:
Dustin J. Mitchell
2024-11-02 06:16:23 -04:00
committed by GitHub
parent 94c95563ab
commit 8184226319
3 changed files with 75 additions and 2 deletions

View File

@@ -11,5 +11,9 @@ crate-type = ["staticlib"]
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"