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"