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:
@ -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
|
||||
|
Reference in New Issue
Block a user