feat: initial mvp
This commit is contained in:
parent
cd417d2b12
commit
f87d74f780
3 changed files with 2235 additions and 2 deletions
|
|
@ -4,3 +4,10 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
llm_readability = "0.0.11"
|
||||
reqwest = { version = "0.12.23", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
rss = "2.0.12"
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
urlencoding = "2.1.3"
|
||||
warp = { version = "0.4.2", features = ["server"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue