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

View file

@ -0,0 +1,14 @@
[package]
name = "app-commands"
version = "0.1.0"
edition = "2024"
[dependencies]
libpk = { path = "../libpk" }
anyhow = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
twilight-http = { workspace = true }
twilight-model = { workspace = true }
twilight-util = { workspace = true }