greentic-operator 0.4.34

Greentic operator CLI for local dev and demo orchestration.
1
2
3
4
5
mod parse;
mod show;

pub use parse::{CardView, detect_adaptive_card_view};
pub use show::print_card_summary;