add global commands
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -414,6 +414,7 @@ dependencies = [
|
||||
"twilight-http",
|
||||
"twilight-model",
|
||||
"twilight-standby",
|
||||
"twilight-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2613,6 +2614,16 @@ dependencies = [
|
||||
"twilight-model",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "twilight-util"
|
||||
version = "0.15.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fe3149347d8222e042a55deba80cd32f93f14770bbb845b8e4cfbd70a5062c56"
|
||||
dependencies = [
|
||||
"twilight-model",
|
||||
"twilight-validate",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "twilight-validate"
|
||||
version = "0.15.3"
|
||||
|
||||
Reference in New Issue
Block a user