mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
14 lines
295 B
TOML
14 lines
295 B
TOML
[package]
|
|
name = "unshell-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "Proc macros for unshell leaf declarations"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { workspace = true, features = ["full"] }
|
|
quote = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|