feat(exports): re-export ssri::Algorithm and serde_json::Value

This commit is contained in:
Kat Marchán 2019-06-30 23:20:57 -07:00
parent 329aee2205
commit 87adc8cf9f
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
#![warn(missing_docs, missing_doc_code_examples)]
pub use ssri::Algorithm;
pub use serde_json::Value;
mod content;
mod errors;
mod index;