summaryrefslogtreecommitdiffstats
path: root/librepology/src/lib.rs
blob: 514cac41e5a247c555f94ed267337ca8a6a0546e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extern crate thiserror;
extern crate serde;
extern crate serde_json;
extern crate url;
extern crate url_serde;
extern crate curl;

#[macro_use] extern crate serde_derive;
#[macro_use] extern crate log;
#[macro_use] extern crate derive_more;
#[macro_use] extern crate derive_new;

pub mod v1;