diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-07 12:38:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-07 12:38:59 +0200 |
commit | b82df13082869dc4d455e15c2955e20de0b55675 (patch) | |
tree | 05d0644988351b2dd8181862094cd59f98764160 /src/main.rs | |
parent | 16e66cb56357f81bf026b7da93d8fb48237a7a71 (diff) | |
download | aerogramme-b82df13082869dc4d455e15c2955e20de0b55675.tar.gz aerogramme-b82df13082869dc4d455e15c2955e20de0b55675.zip |
Refactor
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 62a5d81..8f7d1e5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,13 +1,12 @@ mod bayou; mod command; mod config; -mod connection; mod cryptoblob; -mod instance; mod login; mod mailbox; mod mailstore; mod server; +mod service; mod time; mod uidindex; |