integrate the new Settings in the dumps

This commit is contained in:
tamo
2021-05-10 20:48:06 +02:00
parent d767990424
commit 7d748fa384
5 changed files with 16 additions and 13 deletions

View File

@ -8,7 +8,7 @@ use serde_json::{Map, Value};
use crate::helpers::EnvSizer;
pub use search::{SearchQuery, SearchResult, DEFAULT_SEARCH_LIMIT};
pub use updates::{Facets, Settings, Checked, Unchecked, UpdateResult};
pub use updates::{Facets, Settings, Checked, Unchecked};
use serde::{de::Deserializer, Deserialize};
mod search;