aboutsummaryrefslogtreecommitdiffstats
path: root/src/16/Cargo.toml
blob: 1ae2895f74f00da8e314c54f05e3bec292ed7c00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "day16"
version = "0.1.0"
edition = "2021"

[dependencies]
aoc = { path = "../common/aoc" }
num = "0.4.0"
num-derive = "0.3.3"
num-traits = "0.2.15"