feat: sauce api

This commit is contained in:
2024-02-29 04:07:04 -05:00
parent 37b13643de
commit 03703aa941
13 changed files with 793 additions and 207 deletions

View File

@@ -6,9 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono-wasi = "0.4.11"
log = "0.4.20"
poise = "0.6.1"
reqwest = { version = "0.11.24", features = ["blocking", "json"] }
serde = "1.0.197"
serde_json = "1.0.114"
serde_repr = "0.1.18"
serenity = "0.12.0"
simple_logger = { version = "4.3.3", features = ["threads"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }