aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/src/repo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/src/repo.rs')
-rw-r--r--adenosine-pds/src/repo.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/adenosine-pds/src/repo.rs b/adenosine-pds/src/repo.rs
index 1bfc581..7b6f7e6 100644
--- a/adenosine-pds/src/repo.rs
+++ b/adenosine-pds/src/repo.rs
@@ -14,6 +14,7 @@ use std::collections::HashSet;
use std::path::PathBuf;
use std::str::FromStr;
+#[derive(Debug)]
pub struct RepoCommit {
pub sig: Box<[u8]>,
pub commit_cid: Cid,