fum-player 1.3.1

A tui-based mpris music client.
1
2
3
4
5
6
mod config;
mod defaults;
mod keybind;

pub use config::*;
pub use keybind::*;