feat: embed building

This commit is contained in:
2024-02-23 01:26:40 -05:00
parent 84b2a8b659
commit 37b13643de
8 changed files with 359 additions and 1151 deletions

View File

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