advent-of-code/2021/Cargo.toml
kageru c6b1ec262f
Add day 11
and the entire grid library from last year
2021-12-11 13:11:34 +01:00

13 lines
158 B
TOML

[package]
name = "aoc2021"
version = "0.1.0"
edition = "2021"
[dependencies]
impl_ops = "0.1.1"
itertools = "0.10"
paste = "1.0"
[profile.bench]
lto = true