mirror of https://github.com/zkat/cacache-rs.git
feat(exports): re-export ssri::Algorithm and serde_json::Value
This commit is contained in:
parent
329aee2205
commit
87adc8cf9f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue