generated from lucxjo/template
(#8) Reporting now added, admin commands are also here
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
94d5f5afe7
commit
46c6a25164
14 changed files with 962 additions and 7 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue