Add a method to fetch users from the client

This commit is contained in:
Valentin Tolmer
2021-05-09 13:26:50 +02:00
parent 2416eede6f
commit 25027f7614
4 changed files with 86 additions and 10 deletions
+3
View File
@@ -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"]