feat: use vendored openssl to allow MUSL as a build target

to avoid relying on recent glibc versions on production servers
This commit is contained in:
Ninjdai 2025-08-03 02:20:05 +02:00
parent 37153c6e36
commit 6ddb24e563
2 changed files with 12 additions and 0 deletions

View file

@ -25,4 +25,5 @@ inquire = "0.7.5"
rand_core = { version = "0.9.3", features = ["os_rng"] }
password-hash = { version = "0.5.0", features = ["getrandom"] }
jsonwebtoken = "9.3.1"
openssl = { version = "0.10.73", features = ["vendored"] }