mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
15 lines
350 B
TOML
15 lines
350 B
TOML
[workspace]
|
|
members = [
|
|
"server",
|
|
"auth",
|
|
"app"
|
|
]
|
|
|
|
# TODO: remove when there's a new release.
|
|
[patch.crates-io.yew_form]
|
|
git = 'https://github.com/sassman/yew_form/'
|
|
rev = '67050812695b7a8a90b81b0637e347fc6629daed'
|
|
|
|
[patch.crates-io.yew_form_derive]
|
|
git = 'https://github.com/sassman/yew_form/'
|
|
rev = '67050812695b7a8a90b81b0637e347fc6629daed'
|