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

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

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