Refactor posts parsing and begin add tags
This commit is contained in:
parent
9cd7029ede
commit
51f34eb290
13 changed files with 146 additions and 282 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue