From 99521f3a8f77d3125f2c0bb47d23546c5e7fbd51 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Mon, 13 May 2019 08:51:57 +0200 Subject: [PATCH] set readme filename --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 06cdd82..c1631f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" keywords = ["spotify", "ncurses", "librespot"] license = "BSD-2-Clause" +readme = "README.md" [badges] travis-ci = { repository = "hrkfdn/ncspot", branch = "master" }