mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
export the Uuid type from taskchampion
This commit is contained in:
parent
d84c156782
commit
c8f14d68cb
5 changed files with 5 additions and 6 deletions
|
@ -34,5 +34,8 @@ pub use task::Priority;
|
|||
pub use task::Status;
|
||||
pub use task::{Task, TaskMut};
|
||||
|
||||
/// Re-exported type from the `uuid` crate, for ease of compatibility for consumers of this crate.
|
||||
pub use uuid::Uuid;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) mod testing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue