diff --git a/plugins/store/src/lib.rs b/plugins/store/src/lib.rs index 70767c7e..26588b71 100644 --- a/plugins/store/src/lib.rs +++ b/plugins/store/src/lib.rs @@ -5,7 +5,7 @@ pub use error::Error; use log::warn; use serde::Serialize; -use serde_json::Value as JsonValue; +pub use serde_json::Value as JsonValue; use std::{ collections::HashMap, path::{Path, PathBuf},