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

13 lines
157 B
TOML
Raw Normal View History

2022-12-01 10:24:29 +01:00
[package]
name = "day16"
version = "0.1.0"
edition = "2021"
[package.metadata.nix]
build = true
app = true
[dependencies]
2022-12-30 22:11:16 +01:00
bitvec = "1.0.1"
2022-12-18 07:33:34 +01:00
regex = "1.7.0"