advent-of-code-2021/day6/Cargo.toml
Louis Vallat 89525d6be2
Added day 6 code for part 1 and 2
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2021-12-07 01:04:09 +01:00

9 lines
173 B
TOML

[package]
name = "day6"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]