summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: 5b2a5018657ef1d9896a85664f2b76d375f1c3f4 (plain)
1
2
3
4
5
6
7
mod dirs;
pub mod error;
pub mod feed;
pub mod manager;
pub mod status;

pub(crate) static DATE_FMT: &str = "%e %b %y";