1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Some more cleaning

This commit is contained in:
HEnquist 2019-08-10 20:49:44 +02:00 committed by henenq
parent abfcce282e
commit abd6ad6b25
3 changed files with 64 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;