2022-12-02 15:31:08 -05:00

12 lines
281 B
TOML

[package]
name = "advent_of_code_macro"
version = "0.1.1"
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"