more metadata in manifest

This commit is contained in:
Lorenzo Pistone 2019-02-14 12:33:50 +01:00
parent 1e60b6e9cc
commit dae21ef242
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ name = "oggify"
version = "0.1.0"
authors = ["Lorenzo Pistone <blaffablaffa@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Download Spotify tracks to Ogg Vorbis format with a Premium account"
keywords = ["spotify"]
repository = "https://github.com/pisto/oggify"
readme = "README.md"
[dependencies]
tokio-core = "0.1.17"