grr-cli 0.4.0

Google tools from the terminal, at maximum performance: zero-config Gmail, Calendar, Drive, Contacts, Chat and Forms over HTTP/3
#[cfg(feature = "calendar")]
pub mod calendar;
#[cfg(feature = "chat")]
pub mod chat;
#[cfg(feature = "cli")]
pub mod cli;
#[cfg(feature = "cli")]
pub mod commands;
pub mod core;
#[cfg(feature = "drive")]
pub mod drive;
#[cfg(feature = "forms")]
pub mod forms;
#[cfg(feature = "gmail")]
pub mod gmail;
pub mod output;
#[cfg(feature = "people")]
pub mod people;
#[cfg(feature = "cli")]
pub mod schema;

#[cfg(feature = "cli")]
pub use cli::run;