update actix to use cors stuff

This commit is contained in:
Chris Cochrun 2024-07-05 20:51:14 -05:00
parent a5ba976abf
commit 1c56bcb107
4 changed files with 30 additions and 9 deletions

View file

@ -23,3 +23,4 @@ lettre = { version = "0.11.3", features = ["smtp-transport"] }
markup = "0.15.0"
maud = { version = "0.26.0", features = ["actix-web"] }
log4rs = "1.3.0"
actix-cors = "0.7.0"