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

8
auth/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "viendesu-auth"
version = "0.1.0"
edition = "2024"
[dependencies]
eva.workspace = true
viendesu-core.workspace = true