forked from Skynet/discord-bot
feat: remove the update_users service
This commit is contained in:
parent
04aa0e63d4
commit
3dd81a5c54
3 changed files with 1 additions and 82 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue