add module to store multiple certificates

This commit is contained in:
Johann150 2021-02-27 19:32:55 +01:00
parent 8d11af336e
commit f374598fd3
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
3 changed files with 114 additions and 1 deletions

View file

@ -24,11 +24,11 @@ rustls = "0.19.0"
url = "2.2.1"
glob = "0.3"
configparser = "2.0"
webpki = "0.21.4"
[dev-dependencies]
gemini-fetch = "0.2.1"
anyhow = "1.0"
webpki = "0.21.4"
[profile.release]
lto = true