feat: make ConfigDB public (#190)

* Update lib.rs

* format
This commit is contained in:
danilowhk 2023-02-03 16:35:10 -04:00 committed by GitHub
parent 4a84ecabed
commit a0032835f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,10 @@
//! Errors used across helios.
pub mod client {
pub use client::{database::FileDB, Client, ClientBuilder};
pub use client::{
database::{ConfigDB, FileDB},
Client, ClientBuilder,
};
}
pub mod config {