neverest 0.1.0

CLI to synchronize and backup emails
Documentation
1
2
3
4
5
6
pub(crate) mod prompt;

use dialoguer::theme::ColorfulTheme;
use once_cell::sync::Lazy;

pub(crate) static THEME: Lazy<ColorfulTheme> = Lazy::new(ColorfulTheme::default);