Spotify / src /main.rs
johndeniel's picture
Upload 10 files
61ff1f0 verified
raw
history blame
77 Bytes
use spotify::run;
#[tokio::main]
async fn main() {
run().await;
}