heh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "aoc"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atools = "0.1.5"
car = "0.1.1"
# hinted = "0.0.1"
itertools = "0.12.0"
memchr = "2.6.4"
pathfinding = "4.12.0"
# radsort = "0.1.1"
rustc-hash = { version = "2.1.0", features = ["nightly"] }
[profile.release]
lto = true
codegen-units = 1
debug = true
# overflow-checks = true