1
0
Fork 0
advent-of-code/Cargo.toml

17 lines
325 B
TOML
Raw Normal View History

2022-12-01 05:44:06 +00:00
[package]
name = "aoc-vv"
2022-12-01 05:44:06 +00:00
version = "0.1.0"
edition = "2021"
default-run = "p09"
2022-12-01 05:44:06 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-02 09:42:29 +00:00
num-traits = "0.2"
num-derive = "0.2"
itertools = "0.10.5"
nom = "7.1.1"
path-clean = "0.1.0"
2022-12-11 01:45:48 +00:00
grid = "0.9.0"
2022-12-11 05:38:03 +00:00
take-until = "0.1.0"