Merge remote-tracking branch 'upstream/main' into rust-command-parser

This commit is contained in:
dusk 2025-11-23 16:46:43 +00:00
commit a29ed2bda0
No known key found for this signature in database
28 changed files with 446 additions and 193 deletions

15
Cargo.lock generated
View file

@ -98,6 +98,20 @@ dependencies = [
"twilight-http",
]
[[package]]
name = "app-commands"
version = "0.1.0"
dependencies = [
"anyhow",
"futures",
"libpk",
"tokio",
"tracing",
"twilight-http",
"twilight-model",
"twilight-util",
]
[[package]]
name = "arc-swap"
version = "1.7.1"
@ -4844,6 +4858,7 @@ version = "0.16.0"
source = "git+https://github.com/pluralkit/twilight?branch=pluralkit-7f08d95#054a2aa5d29fb46220af1cd5df568b73511cdb26"
dependencies = [
"twilight-model",
"twilight-validate",
]
[[package]]