mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
15 lines
286 B
TOML
15 lines
286 B
TOML
[package]
|
|
name = "day02"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nom.workspace = true
|
|
helper.workspace = true
|
|
divan.workspace = true
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
harness = false
|