summaryrefslogtreecommitdiffhomepage
path: root/tools/unitctl/unit-openapi/src/lib.rs
blob: 5435cfdb98d39f8c61bf503d804f46915ea7976e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(clippy::all)]
#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]

extern crate futures;
extern crate hyper;
extern crate serde;
extern crate serde_json;
extern crate url;

pub mod apis;
pub mod models;