You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01:00
Add a method to fetch users from the client
This commit is contained in:
@@ -8,6 +8,9 @@ edition = "2018"
|
||||
yew = "0.17.4"
|
||||
wasm-bindgen = "0.2.73"
|
||||
lldap_model = { path = "../model" }
|
||||
anyhow = "1.0.40"
|
||||
web-sys = { version = "0.3", features = [ "console" ] }
|
||||
serde_json = "1"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
Reference in New Issue
Block a user