feat: now using teh "wolves-oxidised" library to get the member data
All checks were successful
Build / build (push) Successful in 7m57s
Build / deploy (push) Successful in 31s

This commit is contained in:
silver 2025-02-24 17:24:28 +00:00
parent 0b397369d1
commit faa6233ecb
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 343 additions and 276 deletions

View file

@ -25,8 +25,10 @@ serde = { version = "1.0", features = ["derive"] }
# For sqlite
sqlx = { version = "0.7.1", features = [ "runtime-async-std-native-tls", "sqlite" ] }
# to make the http requests
surf = "2.3.2"
# Lib to get data from wolves in a standardised format
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git" }
# wolves_oxidised = { path = "../wolves-oxidised", features = ["unstable"] }
# create random strings
rand = "0.8.5"