2024-12-01 16:30:48 +01:00
|
|
|
[package]
|
2024-12-03 23:16:23 +01:00
|
|
|
name = "advent-of-code-macros"
|
2024-12-01 16:30:48 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote = "1.0.*"
|
2024-12-03 09:18:18 +01:00
|
|
|
proc-macro2 = {version = "*", features = ["span-locations"]}
|
|
|
|
|
|
|
|
[dependencies.syn]
|
|
|
|
version = ">=2.0.90"
|
|
|
|
features = ["full"]
|