advent-of-code-2022/day14/Cargo.toml
2022-12-18 07:33:34 +01:00

14 lines
287 B
TOML

[package]
name = "day14"
version = "0.1.0"
edition = "2021"
[package.metadata.nix]
build = true
app = true
[dependencies]
bitvec_simd = { git = "https://github.com/Imberflur/bitvec_simd", branch = "master" }
hashbrown = { version = "0.13.1", features = ["nightly"] }
termion = "2.0.1"