Add deps - rand, logging

This commit is contained in:
Matthew Esposito 2023-06-06 14:33:01 -04:00
parent 8a23616920
commit e94a9c81e2
No known key found for this signature in database
2 changed files with 92 additions and 37 deletions

View file

@ -32,6 +32,10 @@ serde_yaml = "0.9.16"
build_html = "2.2.0"
uuid = { version = "1.3.3", features = ["v4"] }
base64 = "0.21.2"
fastrand = "1.9.0"
log = "0.4.18"
pretty_env_logger = "0.5.0"
dotenvy = "0.15.7"
[dev-dependencies]
lipsum = "0.9.0"