diff options
Diffstat (limited to 'adenosine-pds/src/repo.rs')
-rw-r--r-- | adenosine-pds/src/repo.rs | 1 |
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, |