forked from loafle/openapi-generator-original
* bump Rust edition to 2021, update a few creates * bump Rust edition to 2021, update a few creates
11 lines
181 B
Rust
11 lines
181 B
Rust
#![allow(unused_imports)]
|
|
#![allow(clippy::too_many_arguments)]
|
|
|
|
extern crate serde;
|
|
extern crate serde_json;
|
|
extern crate url;
|
|
extern crate reqwest;
|
|
|
|
pub mod apis;
|
|
pub mod models;
|