diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-07 02:56:46 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-07 02:56:46 -0800 |
commit | 2f414df00e378728701e4061cdb3bebad5df798a (patch) | |
tree | 01a262f07dbfb3ba999ebb803dc33063262c6f9f /adenosine-pds/src/repo.rs | |
parent | 73bb6f114d3fe9233af4f9ab91c8fc2b09b3c6c0 (diff) | |
download | adenosine-2f414df00e378728701e4061cdb3bebad5df798a.tar.gz adenosine-2f414df00e378728701e4061cdb3bebad5df798a.zip |
pds: initial pass at crude web interface
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, |