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

View file

@ -1,7 +1,10 @@
[workspace]
members = [
"core/",
"http/"
"http/",
"auth/",
"captcha/",
"viendesu/",
]
resolver = "3"
@ -23,6 +26,9 @@ schemars = { git = "ssh://forgejo@git.viende.su:61488/VienDesu/schemars.git", fe
"hashbrown015"
] }
viendesu-captcha = { path = "captcha/" }
viendesu-auth = { path = "auth/" }
viendesu-http = { path = "http/" }
viendesu-core = { path = "core/" }
# TODO: upstream.