doist 0.4.0

doist is an unofficial command line app for interacting with the Todoist API
Documentation
1
2
3
4
5
//! Controls things that have to do with comments. Intended to be used with other entities that
//! have comments associated with them.
mod list;

pub use list::list;