diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-03 17:56:47 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-03 17:56:47 +0200 |
commit | acc2ba390914cac1e977685c82a50510f11e151e (patch) | |
tree | 93466902f7c1cfd9c040baaad9bbad2dc76d7b12 /src/main.rs | |
parent | e950931c5f145c05353aa377f99fb2daac37d044 (diff) | |
download | aerogramme-acc2ba390914cac1e977685c82a50510f11e151e.tar.gz aerogramme-acc2ba390914cac1e977685c82a50510f11e151e.zip |
Put commands in a dedicated file
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index abf3a82..62a5d81 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ mod bayou; +mod command; mod config; mod connection; mod cryptoblob; |