rss-tool/Cargo.toml

11 lines
291 B
TOML
Raw Permalink Normal View History

2024-09-03 22:53:57 -04:00
[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"