From 5d8cfed5116bb67982b2e539fadee8c8643d7e70 Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Sat, 11 Jan 2020 19:34:03 +0100 Subject: [PATCH] Add description --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1c7be64..9be720ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.22" +version = "0.2.23" dependencies = [ "alsa 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0ea6df20..b9dcc569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ authors = ["Simon Persson ", "Sven Lechner "] edition = "2018" name = "spotifyd" -version = "0.2.22" +version = "0.2.23" license = "GPL-3.0-only" +description = "A spotify daemon" [dependencies] alsa = { version = "0.3", optional = true }