aboutsummaryrefslogtreecommitdiffstats
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 4624482..ec1e869 100644
--- a/src/github.rs
+++ b/src/github.rs
@@ -28,6 +28,7 @@ pub struct Repo {
pub fork: bool,
pub git_url: String,
pub default_branch: String,
+ pub size: u64,
pub updated_at: String, // TODO: Maybe parse to date?
}