commit 5c16381767852c8b16b1554ba983eaaeb95c47c3 from: witcher date: Sun Dec 18 11:06:03 2022 UTC Extend Cargo.toml with more attributes commit - d130dc56b6ad70892956ea124cabc4a10d41d144 commit + 5c16381767852c8b16b1554ba983eaaeb95c47c3 blob - 0f205ecf62193b5c1e15a212c2eb51a17c7669a9 blob + 7b31be0469dd419c967126b2c45c6bcd2e9f080b --- Cargo.toml +++ Cargo.toml @@ -2,6 +2,11 @@ name = "rss-email" version = "0.3.0" authors = ["witcher "] +readme = "README.md" +description = "Fetch RSS Feeds and send them via email" +homepage = "https://sr.ht/~witcher/rss-email" +keywords = ["email", "rss", "atom"] +license = "WTFPL" edition = "2021" [profile.release]