advent-of-code/2022/Cargo.toml
2022-12-01 16:48:58 -05:00

11 lines
264 B
TOML

[package]
name = "advent-of-code-2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
advent_of_code_macro = { path = "../advent_of_code_macro" }
paste = "1.0.9"