feat(error-codes): finish error code explanations
This commit is contained in:
parent
55bfb800c4
commit
f1a56d8e26
7 changed files with 584 additions and 3 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -5,13 +5,22 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
regex = "1.11.1"
|
||||
once_cell = "1.20.3"
|
||||
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.43.0"
|
||||
features = [
|
||||
"rt-multi-thread",
|
||||
"rt",
|
||||
"macros",
|
||||
]
|
||||
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.12.4"
|
||||
version = "0.12.4"
|
||||
features = ["interactions_endpoint"]
|
||||
|
||||
[build-dependencies]
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.138"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue