Add a keybind and shortcut to share the currently playing song

This commit is contained in:
Rasmus Larsen
2019-05-07 23:39:15 +02:00
parent c5a0a73077
commit de1dea5c68
3 changed files with 25 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ extern crate clap;
extern crate crossbeam_channel;
#[macro_use]
extern crate cursive;
extern crate clipboard;
extern crate directories;
extern crate failure;
extern crate futures;