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