advent-of-code/2022/Cargo.toml
2022-12-28 23:25:32 -05:00

15 lines
310 B
TOML

[package]
name = "advent-of-code-2022"
version = "0.1.0"
edition = "2021"
[profile.test]
opt-level = 2
# 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"