diff --git a/Cargo.toml b/Cargo.toml index 5e23de4..2c8b193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,18 @@ name = "tumblr-likes" version = "0.1.0" authors = ["Alex Taylor "] +description = "Downloads your liked photos and videos on Tumblr." +categories = ["command-line-utilities"] +keywords = [ + "tumblr", + "downloader", + "download", + "photo", + "video", +] +homepage = "https://github.com/subnomo/tumblr-likes" +repository = "https://github.com/subnomo/tumblr-likes" +license = "MIT" [dependencies] indicatif = "0.10.2"