awsmfa 0.2.1

This tool automates Multi-Factor Authentication (MFA) process in using awscli.
Documentation
1
2
3
4
5
mod config;
mod sts;

pub use config::{Config, Credential};
pub use sts::GetSessionToken;