12 Zeilen
Kein EOL
205 B
TOML
12 Zeilen
Kein EOL
205 B
TOML
[package]
|
|
name = "adventofcode-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.*"
|
|
syn = "2.0.*"
|
|
proc-macro2 = {version = "*", features = ["span-locations"]} |