Add some imports that the configuration library needs

This commit is contained in:
Savanni D'Gerinel 2023-08-17 23:12:05 -04:00
parent b662ac519a
commit f4735dd16b
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ macro_rules! define_config {
mod test {
use super::*;
use cool_asserts::assert_matches;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::path::PathBuf;
define_config! {
DatabasePath(DatabasePath),