mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
app: Extract the form component from the user details page
This commit is contained in:
committed by
nitnelave
parent
5943df6443
commit
14be1170f2
+8
-4
@@ -5,7 +5,11 @@ members = [
|
||||
"app"
|
||||
]
|
||||
|
||||
#TODO: remove once https://github.com/rust-num/num-bigint/issues/218 is fixed
|
||||
[patch.crates-io.num-bigint]
|
||||
git = 'https://github.com/nitnelave/num-bigint/'
|
||||
branch = '0.3.2-patch'
|
||||
# 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'
|
||||
|
||||
Reference in New Issue
Block a user