From dae21ef2429e286d5ee56111d993cce1c92635a5 Mon Sep 17 00:00:00 2001 From: Lorenzo Pistone Date: Thu, 14 Feb 2019 12:33:50 +0100 Subject: [PATCH] more metadata in manifest --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fcf52ee..c7c0f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "oggify" version = "0.1.0" authors = ["Lorenzo Pistone "] 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"