aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-17 02:08:37 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-17 02:08:37 +0200
commit72da791e3cd46cfb03be377d4835af17d0191fd6 (patch)
tree94827eb69513dafc3c5be80784a9dee9c4b254c5 /common/src
parent39c11ddc30fcf8fbfc766e0065cdde84d5264ac6 (diff)
downloadjellything-72da791e3cd46cfb03be377d4835af17d0191fd6.tar
jellything-72da791e3cd46cfb03be377d4835af17d0191fd6.tar.bz2
jellything-72da791e3cd46cfb03be377d4835af17d0191fd6.tar.zst
make cargo test work right away
Diffstat (limited to 'common/src')
-rw-r--r--common/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/config.rs b/common/src/config.rs
index 6dd5b68..9aeefe6 100644
--- a/common/src/config.rs
+++ b/common/src/config.rs
@@ -30,7 +30,7 @@ pub struct GlobalConfig {
#[serde(default)] pub default_permission_set: PermissionSet,
}
-#[derive(Serialize, Deserialize, Debug)]
+#[derive(Serialize, Deserialize, Debug, Default)]
pub struct SecretsConfig {
#[serde(default)]
pub federation: HashMap<String, FederationAccount>,