advent-of-code/2021/Cargo.toml

13 lines
158 B
TOML
Raw Normal View History

2021-11-22 14:30:40 +01:00
[package]
name = "aoc2021"
version = "0.1.0"
edition = "2021"
[dependencies]
impl_ops = "0.1.1"
2021-11-22 14:30:40 +01:00
itertools = "0.10"
paste = "1.0"
2021-12-03 20:27:57 +01:00
[profile.bench]
lto = true