feat: can now fetch data from teh ldap api

This commit is contained in:
silver 2023-08-27 15:39:09 +01:00
parent d66f7895bc
commit f382784141
3 changed files with 1118 additions and 48 deletions

View file

@ -7,4 +7,6 @@ edition = "2021"
[dependencies]
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
# to make the http requests
surf = "2.3.2"