feat: added the committee request from wolves

This commit is contained in:
silver 2024-10-28 12:49:35 +00:00
parent bd80bda22f
commit aff6299ac7
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 119 additions and 12 deletions

View file

@ -26,6 +26,7 @@ dotenvy = "0.15.7"
# For sqlite
sqlx = { version = "0.7.1", features = [ "runtime-tokio", "sqlite", "migrate" ] }
serde_json = { version = "1.0", features = ["raw_value"] }
# create random strings
rand = "0.8.5"