Use simpler date type for entries

This commit is contained in:
Joscha 2021-12-04 21:52:23 +01:00
parent de1f4a303f
commit 778576a63c
3 changed files with 88 additions and 9 deletions

View file

@ -7,6 +7,7 @@ pub use self::error::{Error, Result};
pub use self::range::DateRange;
mod command;
mod date;
mod delta;
mod entry;
mod error;