From d33cc37050a008f6cd214f6742d035be893c4de8 Mon Sep 17 00:00:00 2001 From: Guillem Castro Date: Sat, 11 May 2024 13:11:40 +0200 Subject: [PATCH] add missing metadata to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6a30984..bf2314a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Guillem Castro "] edition = "2021" readme = "README.md" license = "MIT" +homepage = "https://github.com/GuillemCastro/spotify-dl" +repository = "https://github.com/GuillemCastro/spotify-dl" [dependencies] structopt = { version = "0.3", default-features = false }