Fetch and save entry HTML content with metadata

And render the extracted HTML on the entry page in the frontend.
This commit is contained in:
2023-06-07 01:06:03 -04:00
parent 786f3a194f
commit 3f29138bd1
7 changed files with 516 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ path = "src/lib.rs"
ansi-to-html = "0.1"
anyhow = "1"
argh = "0.1"
article_scraper = "2.0.0-alpha.0"
axum = "0.6"
bytes = "1.4"
chrono = { version = "0.4", features = ["serde"] }