wcrb-now-playing

CLI to get the current playing track on WCRB

git clone https://code.pdelong.com/wcrb-now-playing.git

 1[package]
 2name = "wcrb-now-playing"
 3version = "0.1.0"
 4edition = "2021"
 5
 6[dependencies]
 7anyhow = "1.0.75"
 8serde = "1.0.188"
 9serde_derive = "1.0.188"
10serde_json = "1.0.107"
11ureq = { version = "2.7.1", features = ["json"] }