mkt-cli-core 0.2.0

Core traits, models, config, and output for the mkt marketing CLI
Documentation
1
2
3
4
5
6
7
8
9
//! Authentication and token resolution.
//!
//! Handles resolving API tokens from environment variables and
//! configuration files, wrapping them in `secrecy::SecretString`
//! to prevent accidental logging.

mod token;

pub use token::*;