cargo-information 0.1.0

A cargo subcommand to show information about crates.
Documentation
1
2
3
4
5
use anstyle::{AnsiColor, Effects, Style};

pub(crate) const GREEN: Style = AnsiColor::Green.on_default().effects(Effects::BOLD);
pub(crate) const YELLOW: Style = AnsiColor::Yellow.on_default().effects(Effects::BOLD);
pub(crate) const CYAN: Style = AnsiColor::Cyan.on_default().effects(Effects::BOLD);