AdventOfCode2020/Cargo.toml
2023-12-28 13:35:25 -05:00

18 lines
356 B
TOML

[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"
lazy_static = "1.4.0"
regex = "1.10.2"