diff options
author | cos <cos> | 2021-12-09 10:10:17 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-09 14:51:56 +0100 |
commit | b30e1dd214605b7b479be346b2249aaee11b6a3d (patch) | |
tree | 22ac721c44e5b603964dabe3540bc47a256659bf /2021/rust/day09/Cargo.toml | |
parent | 1d39665c5ae23ddb3c5648d4844d15255d40b566 (diff) | |
download | adventofcode-b30e1dd214605b7b479be346b2249aaee11b6a3d.zip |
Add day09, 2021
Diffstat (limited to '2021/rust/day09/Cargo.toml')
-rw-r--r-- | 2021/rust/day09/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day09/Cargo.toml b/2021/rust/day09/Cargo.toml new file mode 100644 index 0000000..e8bb2c8 --- /dev/null +++ b/2021/rust/day09/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day09" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |