(#8) Reporting now added, admin commands are also here

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-10-29 14:40:12 +00:00
parent 94d5f5afe7
commit 46c6a25164
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
14 changed files with 962 additions and 7 deletions

View file

@ -21,5 +21,7 @@ poise = "0.5.6"
reqwest = "0.11.22"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sqlx = { version = "0.7.2", features = ["postgres", "macros", "uuid", "chrono", "json", "runtime-tokio"] }
thiserror = "1.0.50"
tokio = { version = "1.32.0", features = ["full"] }
uuid = { version = "1.5.0", features = ["v4"] }