From 14565e26b2d57c6df3b80d5bef17b2c1a40c4637 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 3 Mar 2019 20:47:11 +0100 Subject: [PATCH] add package metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 55d3ab8..f053f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "ncspot" +description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." version = "0.1.0" authors = ["Henrik Friedrichsen "] +repository = "https://github.com/hrkfdn/ncspot" +keywords = ["spotify", "ncurses", "librespot"] +license = "MIT" [dependencies] cursive = "0.10"