implement passable #[command]
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
i do not exist 2026-08-09 09:23:24 +03:00
parent 68236a7210
commit ae496987c8
7 changed files with 458 additions and 172 deletions

10
Cargo.lock generated
View file

@ -3145,6 +3145,7 @@ dependencies = [
"rand 0.8.7",
"symphonia",
"tek",
"tek_proc",
"tengri",
"toml 0.9.12+spec-1.1.0",
"uuid",
@ -3153,6 +3154,15 @@ dependencies = [
"xdg",
]
[[package]]
name = "tek_proc"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.119",
]
[[package]]
name = "tempfile"
version = "3.27.0"