aoc2024/Cargo.toml

14 lines
264 B
TOML
Raw Normal View History

2024-12-02 06:25:29 +00:00
[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]
2024-12-03 07:30:50 +00:00
color-eyre = "0.6.3"
2024-12-03 10:27:45 +00:00
regex = "1.11.1"
2024-12-03 07:30:50 +00:00
tracing = "0.1.41"
tracing-subscriber = "0.3.19"