aoc_2024/Cargo.toml

16 lines
308 B
TOML
Raw Normal View History

2024-11-30 15:44:57 +01:00
[package]
name = "aoc_2024"
version = "0.1.0"
authors = ["traxys <quentin@familleboyer.net>"]
edition = "2021"
[dependencies]
2024-12-08 21:23:54 +01:00
arrayvec = "0.7.6"
2024-11-30 15:44:57 +01:00
bstr = "1.11.0"
clap = { version = "4.5.21", features = ["derive"] }
color-eyre = "0.6.3"
humantime = "2.1.0"
2024-12-01 09:44:59 +01:00
itertools = "0.13.0"
2024-12-08 21:23:54 +01:00
num = "0.4.3"
2024-12-03 13:46:29 +01:00
regex = "1.11.1"