diff options
author | cos <cos> | 2021-12-04 10:23:45 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-04 11:29:53 +0100 |
commit | 86f696a318001f1e6f1d063ba42dee1f5da13477 (patch) | |
tree | 64f7d7258b76d789b1dc276ea70b53eb36864a61 /2021/rust/day04/Cargo.toml | |
parent | 57870e0429cbfa85b08d891900ca7999d6ae7b23 (diff) | |
download | adventofcode-86f696a318001f1e6f1d063ba42dee1f5da13477.zip |
Add day04, 2021
Diffstat (limited to '2021/rust/day04/Cargo.toml')
-rw-r--r-- | 2021/rust/day04/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day04/Cargo.toml b/2021/rust/day04/Cargo.toml new file mode 100644 index 0000000..5f11cc4 --- /dev/null +++ b/2021/rust/day04/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day04" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |