advent-of-code/2021/rust/Cargo.toml

16 lines
186 B
TOML
Raw Normal View History

2021-12-16 17:00:15 -06:00
[package]
name = "aoc2021"
version = "0.1.0"
edition = "2021"
include = ["common.rs"]
[[bin]]
name = "day16"
path = "day16.rs"
2021-12-17 11:36:38 -06:00
[[bin]]
name = "day17"
path = "day17.rs"
2021-12-16 17:00:15 -06:00
[dependencies]