1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

Some more cleaning

This commit is contained in:
HEnquist 2019-08-10 20:49:44 +02:00 committed by henenq
parent e1322474fa
commit c530ee6e82
3 changed files with 63 additions and 66 deletions

View file

@ -3,10 +3,8 @@ extern crate env_logger;
extern crate librespot;
extern crate tokio_core;
//extern crate tokio_fs;
extern crate tokio_io;
extern crate futures;
//extern crate futures_cpupool;
use std::env;
use tokio_core::reactor::Core;