advent-of-code/2021/Cargo.toml

15 lines
192 B
TOML
Raw Normal View History

2021-11-22 14:30:40 +01:00
[package]
name = "aoc2021"
version = "0.1.0"
edition = "2021"
[dependencies]
2021-12-14 12:10:45 +01:00
fnv = "1.0.7"
impl_ops = "0.1.1"
2021-11-22 14:30:40 +01:00
itertools = "0.10"
paste = "1.0"
2021-12-18 16:18:25 +01:00
test-case = "1.2.1"
2021-12-03 20:27:57 +01:00
[profile.bench]
lto = true