Files
advent-of-code-2021/day_7/Cargo.toml
Patrick Stevens 5ca427390e Day 7 in Rust (#5)
2021-12-07 18:51:36 +00:00

16 lines
314 B
TOML

[package]
name = "day_7"
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 = "bench"
harness = false