advent-of-code/2022/Cargo.toml

16 lines
206 B
TOML
Raw Permalink Normal View History

2022-11-29 12:29:49 +01:00
[package]
name = "aoc2022"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-12-09 12:25:09 +01:00
fnv = "1.0.7"
2022-12-12 11:40:49 +01:00
impl_ops = "0.1.1"
2022-12-08 12:16:39 +01:00
itertools = "0.10.5"
2022-11-29 12:29:49 +01:00
paste = "1.0"
2022-12-08 17:43:05 +01:00
rayon = "1.6.0"
2022-12-19 12:29:55 +01:00
scanf = "1.2.1"
2022-11-29 12:29:49 +01:00
[profile.bench]
lto = true