feat: remove the update_users service

This commit is contained in:
silver 2025-07-20 20:40:15 +01:00
parent 04aa0e63d4
commit 3dd81a5c54
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 1 additions and 82 deletions

View file

@ -8,9 +8,6 @@ edition = "2021"
[[bin]]
name = "update_data"
[[bin]]
name = "update_users"
[[bin]]
name = "update_committee"
@ -38,7 +35,7 @@ surf = "2.3"
dotenvy = "0.15"
# For sqlite
sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "migrate" ] }
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "migrate"] }
serde_json = { version = "1.0", features = ["raw_value"] }
# create random strings