feat(blogs): just need to convert into a docker container, once that it is confirmed to work with the front end

This commit is contained in:
2025-05-15 17:48:55 -06:00
parent 9d678776a5
commit 0589f9cb2a
7 changed files with 404 additions and 29 deletions

View File

@ -9,6 +9,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
yaml-rust2 = "0.10.1"
reqwest = { version = "0.12.15", features = ["json"] }
comrak = "0.39.0"
time = { version = "0.3.41", features = ["serde"] }
actix-cors = "0.7.1"
[profile.release]
debug = false