add package metadata

This commit is contained in:
Henrik Friedrichsen
2019-03-03 20:47:11 +01:00
parent 47d9baac8b
commit 14565e26b2

View File

@@ -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 <henrik@affekt.org>"]
repository = "https://github.com/hrkfdn/ncspot"
keywords = ["spotify", "ncurses", "librespot"]
license = "MIT"
[dependencies]
cursive = "0.10"