Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippPolterauer committed Dec 22, 2023
2 parents 1f4fa9c + 66cf2ee commit 762eb24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "adventofcode"
version = "0.1.0"
edition = "2021"
default-run = "adventofcode"

[[bin]]
name = "adventofcode"
path = "src/main.rs"

[dependencies.clap]
version = "4.4.10"
Expand All @@ -16,6 +21,7 @@ assert_cmd = "2.0.12"
criterion = "0.5.1"
trycmd = "0.14.19"


[[bench]]
name = "benchmark"
harness = false
Expand Down

0 comments on commit 762eb24

Please sign in to comment.