move 'extern crate urlencoding'
This commit is contained in:
parent
054690f8bd
commit
9820d641ca
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
extern crate urlencoding;
|
||||
|
||||
use urlencoding;
|
||||
use serde_json;
|
||||
|
||||
use std::fs::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;
|
||||
|
|
Loading…
Reference in a new issue