Revert "add signing support"

It turns out we don't need this.

This reverts commit e92fc0628b.
This commit is contained in:
Dustin J. Mitchell
2020-11-26 22:34:20 -05:00
parent b0dd3905e7
commit 26b17c6dbc
4 changed files with 11 additions and 147 deletions

View File

@@ -2,7 +2,6 @@
pub(crate) mod test;
mod local;
mod signing;
mod types;
pub use local::LocalServer;