From a04113698686cf886f8185242e762d149ab6a1a3 Mon Sep 17 00:00:00 2001 From: Guillem Castro Date: Sat, 11 May 2024 13:13:25 +0200 Subject: [PATCH] add missing metadata to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bf2314a..28ed49d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ readme = "README.md" license = "MIT" homepage = "https://github.com/GuillemCastro/spotify-dl" repository = "https://github.com/GuillemCastro/spotify-dl" +description = "A command-line utility to download songs and playlists from Spotify" [dependencies] structopt = { version = "0.3", default-features = false }