feat: first extractor

This commit is contained in:
Sandro Eiler 2023-10-07 22:33:50 +02:00
parent 88c4045d33
commit a38438a700
5 changed files with 54 additions and 1 deletions

View file

@ -16,6 +16,7 @@ tower-http = { version = "0.4.4", features = ["fs"] }
tower-cookies = "0.9"
# Others
lazy-regex = "3"
async-trait = "0.1"
[dev-dependencies]
anyhow = "1"