mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 11:33:19 -09:00
12 lines
281 B
TOML
12 lines
281 B
TOML
[package]
|
|
name = "advent_of_code_macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "An test generating macro for advent of code"
|
|
license = "MIT"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
paste = "1.0.9"
|