AdventOfCode2023/Cargo.toml

21 lines
327 B
TOML
Raw Normal View History

2023-12-14 09:42:19 -06:00
[package]
name = "advent-of-code-2023"
version = "0.1.0"
edition = "2021"
[lib]
bench = false
[dependencies]
rust-crypto = "0.2.36"
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
itertools = "0.12.0"
2023-12-18 11:08:43 -06:00
array2d = "0.3.0"
strum = "0.25.0"
2023-12-19 09:57:36 -06:00
strum_macros = "0.25"
prev-iter = "0.1.2"
2023-12-20 11:05:52 -06:00
regex = "1.10.2"
2023-12-27 11:28:30 -06:00
num = "0.4.1"
rand = "0.8.5"