1
0
mirror of https://github.com/pisto/oggify synced 2024-11-14 17:17:29 +00:00

more metadata in manifest

This commit is contained in:
Lorenzo Pistone 2019-02-14 12:33:50 +01:00
parent 1e60b6e9cc
commit dae21ef242

View File

@ -3,6 +3,11 @@ name = "oggify"
version = "0.1.0" version = "0.1.0"
authors = ["Lorenzo Pistone <blaffablaffa@gmail.com>"] authors = ["Lorenzo Pistone <blaffablaffa@gmail.com>"]
edition = "2018" 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] [dependencies]
tokio-core = "0.1.17" tokio-core = "0.1.17"