Skip to content

Instantly share code, notes, and snippets.

View marcelbuesing's full-sized avatar

Marcel marcelbuesing

  • Esslingen, Germany
View GitHub Profile
use std::env;
use tokio_02 as tokio;
use tokio::runtime::Handle;
use futures_util_03::compat::Future01CompatExt;
use librespot::core::authentication::Credentials;
use librespot::core::config::SessionConfig;
use librespot::core::session::Session;
use librespot::core::spotify_id::SpotifyId;