mecha10-cli 0.1.47

Mecha10 CLI tool
Documentation
1
2
3
4
5
//! Authentication service for device code flow
//!
//! Re-exports from the shared mecha10-auth crate for CLI usage.

pub use mecha10_auth::AuthService;