forked from Skynet/discord-bot
Merge branch 'main' into #17-automate-onboarding-mk-ii
# Conflicts: # Cargo.lock # src/commands/link_email.rs # src/lib.rs
This commit is contained in:
commit
c79113921d
15 changed files with 1013 additions and 141 deletions
|
@ -23,6 +23,9 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "full"] }
|
|||
# TODO: move off of unstable
|
||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", features = ["unstable"]}
|
||||
|
||||
# wolves api
|
||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git" }
|
||||
|
||||
# to make the http requests
|
||||
surf = "2.3.2"
|
||||
|
||||
|
@ -42,4 +45,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