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:
@@ -1,5 +1,5 @@
|
||||
use crate::argparse::{DescriptionMod, Modification};
|
||||
use chrono::Utc;
|
||||
use taskchampion::chrono::Utc;
|
||||
use taskchampion::{Annotation, TaskMut};
|
||||
|
||||
/// Apply the given modification
|
||||
|
||||
Reference in New Issue
Block a user