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
17 changed files with 23 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
use crate::argparse::{DescriptionMod, Modification};
use chrono::Utc;
use taskchampion::chrono::Utc;
use taskchampion::{Annotation, TaskMut};
/// Apply the given modification