github_auth 0.8.0

Authenticate with GitHub from the command line.
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Debug, Serialize, Deserialize)]
pub(crate) struct AuthResponse {
    pub token: String,
}