Add support for annotations
This matches the taskwarrior task model for annotations.
This commit is contained in:
@@ -58,7 +58,7 @@ pub use errors::Error;
|
||||
pub use replica::Replica;
|
||||
pub use server::{Server, ServerConfig};
|
||||
pub use storage::StorageConfig;
|
||||
pub use task::{Priority, Status, Tag, Task, TaskMut};
|
||||
pub use task::{Annotation, Priority, Status, Tag, Task, TaskMut};
|
||||
pub use workingset::WorkingSet;
|
||||
|
||||
/// Re-exported type from the `uuid` crate, for ease of compatibility for consumers of this crate.
|
||||
|
||||
Reference in New Issue
Block a user