From 6a33d3df92d487202a497f9f3b1df7ca94d28004 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 3 Mar 2019 21:35:50 +0100 Subject: [PATCH] exclude screenshots from package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 79bb6a7..11a2698 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "ncspot" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." +exclude = ["screenshots/**"] version = "0.1.0" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot"