AdventOfCode2020/Cargo.toml

18 lines
356 B
TOML
Raw Permalink Normal View History

2023-12-27 13:55:54 -06:00
[package]
name = "advent_of_code_2020"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
bench = false
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
itertools = "0.12.0"
strum = "0.25.0"
strum_macros = "0.25"
2023-12-28 12:35:25 -06:00
lazy_static = "1.4.0"
regex = "1.10.2"