feat: now create teh pending user

This commit is contained in:
silver 2023-06-04 15:26:59 +01:00
parent 9c54a2f919
commit dcb4969b27
3 changed files with 48 additions and 0 deletions

View file

@ -22,3 +22,6 @@ sqlx = { version = "0.6.3", features = [ "runtime-async-std-native-tls", "sqlite
# to make the http requests
surf = "2.3.2"
# create random strings
rand = "0.8.5"