feat: now using teh "wolves-oxidised" library to get the member data
This commit is contained in:
parent
0b397369d1
commit
faa6233ecb
3 changed files with 343 additions and 276 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue