AdventOfCode2023/Cargo.toml

14 lines
269 B
TOML
Raw Normal View History

2023-11-30 17:24:15 +00:00
[package]
2023-12-01 06:41:23 +00:00
name = "advent_of_code_2023"
2023-11-30 17:24:15 +00:00
version = "0.1.0"
edition = "2021"
[dependencies]
2023-12-05 19:33:10 +00:00
async-trait = "0.1.74"
2024-11-20 20:13:28 +00:00
fancy-regex = "0.14.0"
hashbrown = "0.15.1"
itertools = "0.13.0"
strum = "0.26.3"
strum_macros = "0.26.4"
tokio = {version = "1.41.1", features = ["full"]}