diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-16 17:38:34 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-16 17:38:34 +0200 |
commit | 32dfd25f570b7a55bf43752684d286be0f6b2dc2 (patch) | |
tree | dd77871cda851bb5795743a3f04be61cf4c3ad61 /aero-user/src/config.rs | |
parent | 6b9542088cd1b66af46e95b787493b601accb495 (diff) | |
download | aerogramme-32dfd25f570b7a55bf43752684d286be0f6b2dc2.tar.gz aerogramme-32dfd25f570b7a55bf43752684d286be0f6b2dc2.zip |
format + WIP calendar-query
Diffstat (limited to 'aero-user/src/config.rs')
-rw-r--r-- | aero-user/src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aero-user/src/config.rs b/aero-user/src/config.rs index 44b1239..cea4520 100644 --- a/aero-user/src/config.rs +++ b/aero-user/src/config.rs @@ -11,7 +11,6 @@ pub struct CompanionConfig { pub pid: Option<PathBuf>, pub imap: ImapUnsecureConfig, // @FIXME Add DAV - #[serde(flatten)] pub users: LoginStaticConfig, } |