chore: move app-commands script to rust

This commit is contained in:
alyssa 2025-10-15 21:15:54 +00:00
parent 4c24399c92
commit a4defbe13e
13 changed files with 71 additions and 139 deletions

15
Cargo.lock generated
View file

@ -106,6 +106,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"
@ -4574,6 +4588,7 @@ version = "0.16.0"
source = "git+https://github.com/pluralkit/twilight?branch=pluralkit-7f08d95#054a2aa5d29fb46220af1cd5df568b73511cdb26"
dependencies = [
"twilight-model",
"twilight-validate",
]
[[package]]