Add feed form

This commit is contained in:
2023-07-08 01:05:49 -04:00
parent f69d0f2752
commit 478e72d8f0
12 changed files with 272 additions and 17 deletions

View File

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