AdventOfCodeXXXX/Cargo.toml

14 lines
269 B
TOML
Raw Normal View History

[package]
name = "advent_of_code_XXXX"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.74"
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"]}