forked from Skynet/discord-bot
feat: can now fetch data from teh ldap api
This commit is contained in:
parent
d66f7895bc
commit
f382784141
3 changed files with 1118 additions and 48 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue