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

[dependencies]
aoc = { path = "../common/aoc" }
num-bigint = "0.4.3"
num-traits = "*"