Add domain to entry list

This commit is contained in:
2023-06-27 14:03:52 -04:00
parent 97c4ae73f0
commit 4e41bbd6e1
6 changed files with 34 additions and 10 deletions

View File

@@ -42,4 +42,5 @@ tower-http = { version = "0.4", features = ["trace", "fs"] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
url = "2.4"
validator = { version = "0.16", features = ["derive"] }