mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
9355e1a728
commit
f8c4ece238
17 changed files with 23 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue