Yoda 0.12.3

Browser for Gemini Protocol
1
2
3
4
5
#[derive(Clone)]
pub struct Auth {
    pub profile_identity_id: i64,
    pub scope: String,
}