mirror of
https://github.com/danbulant/adventOfCode
synced 2026-05-19 20:28:33 +00:00
16 lines
No EOL
427 B
TOML
16 lines
No EOL
427 B
TOML
[package]
|
|
name = "aoc2024"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.93"
|
|
code-timing-macros = { version = "0.0.5", features = ["release"] }
|
|
const_format = "0.2.33"
|
|
itertools = "0.13.0"
|
|
regex = "1.11.1"
|
|
clap = { version = "4.5.21", features = ["derive", "cargo"] }
|
|
colored-diff = "0.2.3"
|
|
thiserror = "2.0.3" |