blob: 7baf7d2a1cf3e4139a52ff6ead71233e674322c8 [file] [log] [blame]
//! Built-in Cargo credential providers
#![allow(clippy::print_stderr)]
pub mod adaptor;
pub mod paseto;
pub mod process;
pub mod token;