summaryrefslogtreecommitdiffstats
path: root/src/github.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/github.rs')
-rw-r--r--src/github.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github.rs b/src/github.rs
index 3810947..1d465f9 100644
--- a/src/github.rs
+++ b/src/github.rs
@@ -9,6 +9,7 @@ static TOKEN_VAR: &str = "GITHUB_TOKEN";
#[derive(serde::Deserialize)]
pub(crate) struct User {
+ pub(crate) id: usize,
pub(crate) login: String,
pub(crate) name: Option<String>,
pub(crate) email: Option<String>,