aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: 494c3895fbe015fe4b66a56c831365f8829123ef (plain)
1
2
3
4
5
#![warn(rust_2018_idioms)]

pub mod config;

pub(crate) mod owner_repo;