mirror of
https://github.com/LeMoonStar/AoC24.git
synced 2025-07-07 11:25:32 +02:00
13 lines
229 B
TOML
13 lines
229 B
TOML
[package]
|
|
name = "aoc-macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro=true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
quote = "^1.0"
|
|
syn = "^1.0"
|