about summary refs log tree commit diff stats
path: root/crates/rocie-client/src/lib.rs
blob: 5d2d948772d34ead5b483901caaa898103c0fd0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]

extern crate reqwest;
extern crate serde;
extern crate serde_json;
extern crate serde_repr;
extern crate url;

pub mod apis;
pub mod implies;
pub mod models;