mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 11:23:17 -09:00
15 lines
310 B
TOML
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"
|