advent-of-code/2023/Cargo.toml

15 lines
192 B
TOML
Raw Normal View History

2023-11-30 23:56:01 +01:00
[package]
name = "aoc2023"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-12-01 07:00:46 +01:00
fnv = "1.0.7"
impl_ops = "0.1.1"
2023-11-30 23:56:01 +01:00
itertools = "0.12"
paste = "1.0"
2023-12-04 10:30:01 +01:00
tuple-map = "0.4.0"
2023-11-30 23:56:01 +01:00
[profile.bench]
lto = true