[package] name = "rss2tg" version = "0.2.3" authors = ["Vlad Petrov "] license = "GPL-3.0" repository = "https://git.lab215.com/ejiek/rss2tg" description = "RSS to telegram translation layer. Developed with Nextcloud Activities in mind." [dependencies] rss = { version = "1.1", features = ["from_url"] } curl = "0.4.8" toml = "0.4" serde = "1.0" serde_derive = "1.0" [lib] name = "rss2tg" path = "src/rss2tg/lib.rs" [[bin]] name = "rss2tg" path = "src/bin/main.rs" doc = false