add umbrella crate
This commit is contained in:
parent
d171fc723b
commit
fe04530f84
17 changed files with 247 additions and 5 deletions
5
viendesu/src/lib.rs
Normal file
5
viendesu/src/lib.rs
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue