tek/proc/Cargo.toml
i do not exist 7fcab73b04
Some checks are pending
/ build (push) Waiting to run
inverse dispatch: #[commands]
2026-08-10 00:21:40 +03:00

12 lines
283 B
TOML

[package]
name = "tek_proc"
description = "Shorthands for implementing Tek commands."
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
case = "1.0.0"
proc-macro2 = "1.0.106"
quote = "1.0.46"
syn = { version = "2.0.119", features = ["full", "extra-traits"] }