grr-cli 0.3.0

Google tools from the terminal, at maximum performance: zero-config Gmail, Calendar, Drive, Contacts, Chat and Forms over HTTP/3
//! CLI command modules

pub mod auth;
pub mod calendar;
pub mod chat;
pub mod contacts;
pub mod drafts;
pub mod drive;
pub mod forms;
pub mod history;
pub mod import;
pub mod labels;
pub mod message_ops;
pub mod messages;
pub mod profile;
pub mod schema;
pub mod send;
pub mod send_as;
pub mod thread_ops;
pub mod transport;
pub mod watch;