11 lines
No EOL
291 B
TOML
11 lines
No EOL
291 B
TOML
[package]
|
|
name = "rss-tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
iced = {git = "https://github.com/iced-rs/iced", branch = "master", features = ["advanced","image","markdown"]}
|
|
reqwest = { version = "0.12", features= ["blocking"]}
|
|
rss = "2.0"
|
|
web-sys = "0.3.70"
|
|
mdka = "1.2.10" |