forked from Skynet/discord-bot
feat: backport changes from the #17-automate-onboarding-mk-ii branch
This commit is contained in:
parent
93359698f0
commit
37ea38f516
4 changed files with 433 additions and 96 deletions
|
@ -19,6 +19,9 @@ name = "update_minecraft"
|
|||
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
# wolves api
|
||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git" }
|
||||
|
||||
# to make the http requests
|
||||
surf = "2.3.2"
|
||||
|
||||
|
@ -37,4 +40,4 @@ chrono = "0.4.26"
|
|||
lettre = "0.10.4"
|
||||
maud = "0.25.0"
|
||||
|
||||
serde = "1.0.188"
|
||||
serde = "1.0"
|
Loading…
Add table
Add a link
Reference in a new issue