diff --git a/src/util/storable_builder.rs b/src/util/storable_builder.rs index dbf8606..26742d2 100644 --- a/src/util/storable_builder.rs +++ b/src/util/storable_builder.rs @@ -1,5 +1,5 @@ use crate::types::{EncryptionMetadata, PlaintextBlob, Storable}; -use ::prost::Message; +pub use ::prost::Message; use chacha20_poly1305::{ChaCha20Poly1305, Key, Nonce};