feat: added a route to return discord usernames.

Closes #19
This commit is contained in:
silver 2023-08-27 20:33:43 +01:00
parent ce471ad39a
commit 92fad0dc4b
8 changed files with 352 additions and 122 deletions

View file

@ -23,7 +23,7 @@ async-std = { version = "1.12.0", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
# For sqlite
sqlx = { version = "0.6.3", features = [ "runtime-async-std-native-tls", "sqlite" ] }
sqlx = { version = "0.7.1", features = [ "runtime-async-std-native-tls", "sqlite" ] }
# to make the http requests
surf = "2.3.2"