first
This commit is contained in:
12
test/src/lib.rs
Normal file
12
test/src/lib.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
#![allow(unused_imports)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate url;
|
||||
extern crate reqwest;
|
||||
|
||||
pub mod apis;
|
||||
pub mod models;
|
Reference in New Issue
Block a user