Files
advent-of-code-2021/day_4/Cargo.toml
Patrick Stevens 4039a4b93b Day 4 in Rust (#2)
2021-12-04 09:16:54 +00:00

16 lines
314 B
TOML

[package]
name = "day_4"
version = "0.1.0"
authors = ["Smaug123 <patrick+github@patrickstevens.co.uk>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "day_4"
harness = false