diff options
author | cos <cos> | 2021-12-10 07:36:49 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-10 07:36:49 +0100 |
commit | 8aa43a7021ddf058e61769b780e4f0024977d731 (patch) | |
tree | f16e9c9b6b1032ab36c63bf127006c87ddac966c /2021/rust/day10/Cargo.toml | |
parent | b30e1dd214605b7b479be346b2249aaee11b6a3d (diff) | |
download | adventofcode-8aa43a7021ddf058e61769b780e4f0024977d731.zip |
Add day10, 2021
Diffstat (limited to '2021/rust/day10/Cargo.toml')
-rw-r--r-- | 2021/rust/day10/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day10/Cargo.toml b/2021/rust/day10/Cargo.toml new file mode 100644 index 0000000..7f830ae --- /dev/null +++ b/2021/rust/day10/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day10" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |