awsmfa 0.3.2

The automation tool for Multi-Factor Authentication (MFA) process to use awscli.
Documentation
1
2
3
4
5
6
use crate::{MfaConfig, Result};

pub fn run(config: MfaConfig) -> Result<()> {
    println!("{config}");
    Ok(())
}