advent-of-code-2022/day14/Cargo.toml

14 lines
287 B
TOML
Raw Normal View History

2022-12-01 10:24:29 +01:00
[package]
name = "day14"
version = "0.1.0"
edition = "2021"
[package.metadata.nix]
build = true
app = true
[dependencies]
2022-12-18 07:33:34 +01:00
bitvec_simd = { git = "https://github.com/Imberflur/bitvec_simd", branch = "master" }
hashbrown = { version = "0.13.1", features = ["nightly"] }
termion = "2.0.1"