Add login manager

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-04-01 11:04:47 -04:00
committed by William Casarin
parent 83197bac78
commit 343d3dc569
2 changed files with 24 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ mod timeline;
mod colors;
mod profile;
mod key_parsing;
mod login_manager;
#[cfg(test)]
#[macro_use]