Skip to content

Commit

Permalink
Update Cargo.toml, ready for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
subnomo committed Dec 5, 2018
1 parent 2799ca1 commit 9df7182
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
name = "tumblr-likes"
version = "0.1.0"
authors = ["Alex Taylor <alex@alext.xyz>"]
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"
Expand Down

0 comments on commit 9df7182

Please sign in to comment.