[package] name = "jojorss" version = "0.1.3" authors = ["ComicSads"] license = "MIT OR Apache-2.0" edition = "2018" description = "Program to notify you when there's a new JoJo chapter of out" homepage = "https://gitlab.com/ComicSads/jojorss-rs" repository = "https://gitlab.com/ComicSads/jojorss-rs" readme = "README.md" categories = ["command-line-utilities"] keywords = ["manga", "anime"] [dependencies] rss = "1.10" reqwest = { version = "0.11", features = ["blocking"] } dirs-next = "2.0"