add signing support

This commit is contained in:
Dustin J. Mitchell 2020-11-25 16:39:05 -05:00
parent 75edd2773f
commit e92fc0628b
4 changed files with 211 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#[cfg(test)]
pub(crate) mod test;
mod signing;
mod types;
pub use types::{Blob, Server, VersionAdd};