refactor: dump database to json
This commit is contained in:
@@ -6,3 +6,6 @@ mod error;
|
||||
pub use error::ApiError;
|
||||
|
||||
pub use bincode;
|
||||
|
||||
#[cfg(all(feature = "compio", feature = "tokio"))]
|
||||
compile_error!("you must not enable both `compio` and `tokio`");
|
||||
|
||||
Reference in New Issue
Block a user