feat: backport changes from the #17-automate-onboarding-mk-ii branch

This commit is contained in:
silver 2024-11-23 22:17:57 +00:00
parent 93359698f0
commit 37ea38f516
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 433 additions and 96 deletions

View file

@ -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"