1
0
Fork 0
2022/Cargo.toml
Matej Focko c087e388ac
day(15): add solution
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-01-03 22:16:21 +01:00

20 lines
491 B
TOML

[package]
name = "aoc-2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.10.2"
tracing = "0.1.37"
color-eyre = "0.6.2"
# thiserror = "1.0.37"
tracing-subscriber = { version = "0.3.16", default-features = true, features = ["env-filter", "local-time"] }
regex = "1.7.0"
lazy_static = "1.4.0"
rayon = "1.6.1"
# bitvec = "1.0.1"
[profile.dev.package.backtrace]
opt-level = 3