advent-of-code/2023/Cargo.toml

12 lines
139 B
TOML
Raw Normal View History

2023-11-30 23:56:01 +01:00
[package]
name = "aoc2023"
version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.12"
paste = "1.0"
[profile.bench]
lto = true