Create configuration items as structs

This allows to have strongly typed config items.
This commit is contained in:
Floris Bruynooghe
2019-12-07 20:59:24 +01:00
parent 3f2a371599
commit 9009cfcb64
3 changed files with 255 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ webpki-roots = "0.18.0"
webpki = "0.21.0"
mailparse = "0.10.1"
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
derive_deref = "1.1.0"
[dev-dependencies]
tempfile = "3.0"