Re-export the chrono crate from taskchampion.

The chrono types are central to use of TC, so this will help consumers
of the TC crate to avoid dependency conflicts.
This commit is contained in:
Dustin J. Mitchell 2022-03-12 20:12:39 +00:00
parent 9355e1a728
commit f8c4ece238
No known key found for this signature in database
17 changed files with 23 additions and 24 deletions

View file

@ -63,3 +63,6 @@ pub use workingset::WorkingSet;
/// Re-exported type from the `uuid` crate, for ease of compatibility for consumers of this crate.
pub use uuid::Uuid;
/// Re-exported chrono module.
pub use chrono;