1
2
3
4
5
6
7
8
#![feature(or_patterns, map_first_last)]

mod sql;
pub mod todo;

pub mod utils;

const TODO_DATE_FORMAT: &str = "%F";