Refactor posts parsing and begin add tags

This commit is contained in:
Florian RICHER 2024-01-06 21:13:10 +01:00
parent 9cd7029ede
commit 51f34eb290
13 changed files with 146 additions and 282 deletions

2
Cargo.lock generated
View file

@ -1797,6 +1797,7 @@ version = "0.3.0"
dependencies = [
"actix-files",
"actix-web",
"anyhow",
"cfg-if",
"console_error_panic_hook",
"console_log",
@ -1813,6 +1814,7 @@ dependencies = [
"serde",
"serde_yaml",
"simple_logger",
"thiserror",
"wasm-bindgen",
]