mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
chore: move app-commands script to rust
This commit is contained in:
parent
c0a5bc81a0
commit
83dd880374
13 changed files with 71 additions and 139 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
|
@ -104,6 +104,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"
|
||||
|
|
@ -4560,6 +4574,7 @@ version = "0.16.0"
|
|||
source = "git+https://github.com/pluralkit/twilight?branch=pluralkit-7f08d95#054a2aa5d29fb46220af1cd5df568b73511cdb26"
|
||||
dependencies = [
|
||||
"twilight-model",
|
||||
"twilight-validate",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue