move 'extern crate urlencoding'

This commit is contained in:
mairandomness 2018-10-19 18:30:48 -04:00
parent 054690f8bd
commit 9820d641ca
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,4 @@
extern crate urlencoding;
use urlencoding;
use serde_json;
use std::fs::File;

View file

@ -5,6 +5,7 @@ extern crate serde_json;
#[macro_use]
extern crate serde_derive;
extern crate urlencoding;
extern crate reqwest;
extern crate md5;
extern crate cairo;