mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
12 lines
168 B
TOML
12 lines
168 B
TOML
[package]
|
|
name = "terustform-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.79"
|
|
quote = "1.0.36"
|
|
syn = "2.0.58"
|