diff options
author | cos <cos> | 2021-12-07 08:52:05 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-07 14:06:16 +0100 |
commit | 9dfb22a9eb14d7884b534f2ae34c4807424fe19e (patch) | |
tree | 1222b0f02878840f795190018f57e1020f3c925d /2021/rust/day07/Cargo.toml | |
parent | f4979b0c8e32678710cbda681c36d5faa94444c1 (diff) | |
download | adventofcode-9dfb22a9eb14d7884b534f2ae34c4807424fe19e.zip |
Add day07, 2021
Diffstat (limited to '2021/rust/day07/Cargo.toml')
-rw-r--r-- | 2021/rust/day07/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day07/Cargo.toml b/2021/rust/day07/Cargo.toml new file mode 100644 index 0000000..645ee26 --- /dev/null +++ b/2021/rust/day07/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day07" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |