fix: only current uses are activated

This commit is contained in:
silver 2023-09-16 20:03:58 +01:00
parent 3cf298f137
commit 5f9037c69b
4 changed files with 79 additions and 2 deletions

View file

@ -24,6 +24,9 @@ dotenvy = "0.15.7"
# For sqlite
sqlx = { version = "0.7.1", features = [ "runtime-tokio", "sqlite" ] }
# fancy time stuff
chrono = "0.4.26"
# handlign teh csv export from wolves
csv = "1.2"