github_auth 0.6.0

Authenticate with GitHub from the command line.
Documentation
1
2
3
4
#[derive(Debug, Serialize, Deserialize)]
pub(crate) struct AuthResponse {
  pub token: String,
}