//! Core types and configuration for Passless
//!//! This crate contains the core types and configuration structures used by both
//! the build script (for generating shell completions) and the runtime binary.
pubmodconfig;pubmoderror;pubuseconfig::{
AppConfig, Args, BackendConfig, ClientAction, Commands, ConfigAction, OutputFormat, PinAction,
SecurityConfig,};pubuseerror::{Error,Result};