2021-06-23 09:13:05 +00:00
|
|
|
[workspace]
|
2021-08-31 14:46:31 +00:00
|
|
|
members = [
|
|
|
|
"server",
|
|
|
|
"auth",
|
2021-12-07 15:42:38 +00:00
|
|
|
"app",
|
|
|
|
"migration-tool"
|
2021-05-14 07:15:37 +00:00
|
|
|
]
|
2021-09-03 09:50:49 +00:00
|
|
|
|
2021-12-07 15:42:38 +00:00
|
|
|
default-members = ["server"]
|
|
|
|
|
2021-09-19 11:44:58 +00:00
|
|
|
# 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'
|
2022-03-22 19:45:59 +00:00
|
|
|
|
|
|
|
# TODO: remove after https://github.com/SeaQL/sea-query has a release >0.25
|
|
|
|
[patch.crates-io.sea-query]
|
|
|
|
git = 'https://github.com/SeaQL/sea-query/'
|
|
|
|
rev = 'f2b74b2875a1a5a5550a7c8658d3fcd385134925'
|
|
|
|
|
|
|
|
[patch.crates-io.sea-query-binder]
|
|
|
|
git = 'https://github.com/SeaQL/sea-query/'
|
|
|
|
rev = 'f2b74b2875a1a5a5550a7c8658d3fcd385134925'
|