updating to using actix for all things

This commit is contained in:
Chris Cochrun 2024-11-07 14:21:55 -06:00
parent 687f1ed565
commit 3e2353bc02
4 changed files with 240 additions and 74 deletions

View file

@ -24,3 +24,7 @@ markup = "0.15.0"
maud = { version = "0.26.0", features = ["actix-web"] }
log4rs = "1.3.0"
actix-cors = "0.7.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
tracing-appender = "0.2.3"
actix-files = "0.6.6"