[package] name = "tlkit" version = "0.3.0" edition = "2021" description = "Tool Kit integration" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tlkit-expand = { workspace = true } tlkit-proc = { workspace = true } [dev-dependencies] proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true, features = ["full"] } procmeta = { workspace = true }