feat: authentication system

This commit is contained in:
Ninjdai 2025-08-03 01:50:18 +02:00
parent d8c29e1ec8
commit 37153c6e36
15 changed files with 852 additions and 18 deletions

View file

@ -1,4 +1,5 @@
pub mod cli;
pub mod events;
pub mod open_library;
pub mod serde;
pub mod events;