add umbrella crate

This commit is contained in:
Aleksandr 2025-09-20 22:55:40 +03:00
parent d171fc723b
commit fe04530f84
17 changed files with 247 additions and 5 deletions

5
viendesu/src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
pub use viendesu_core::*;
pub use viendesu_auth as auth;
pub use viendesu_captcha as captcha;
pub use viendesu_http as http;