feat: bal and user permission checks

This commit is contained in:
Ninjdai 2025-08-03 20:10:00 +02:00
parent e3f954679a
commit e078bffc25
13 changed files with 207 additions and 19 deletions

View file

@ -1,3 +1,4 @@
pub mod auth;
pub mod cli;
pub mod events;
pub mod open_library;