crowbar 0.4.10

Securily generates temporary AWS credentials through Identity Providers using SAML
Documentation
1
2
3
4
5
6
7
8
extern crate crowbar;

use crowbar::exit;
use crowbar::run;

fn main() {
    exit::ok_or_exit(run())
}