fingerprints

This commit is contained in:
Ferdinand Schober
2024-09-24 19:59:03 +02:00
parent 859bec5df8
commit 640447ecaa
3 changed files with 28 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ rustls = { version = "0.23.12", default-features = false, features = [
] }
rcgen = "0.13.1"
rustls-pemfile = "2.1.3"
sha2 = "0.10.8"
[target.'cfg(unix)'.dependencies]
libc = "0.2.148"