breadlock/breadgreet/src/greetd/mod.rs
2026-07-03 13:37:31 +08:00

3 lines
60 B
Rust

mod client;
pub use client::{AuthPrompt, Client, Outcome};