advent-of-code/2022/Cargo.toml
2022-12-13 18:41:12 -05:00

12 lines
280 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" }
json = "0.12.4"
paste = "1.0.9"