diff options
author | cos <cos> | 2020-12-01 08:01:25 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-01 11:41:34 +0100 |
commit | f44158d941198d175c26ef8f74e80e4d4d0fa7a2 (patch) | |
tree | 199a394c07fb5ceba511a80432bc1ef37a1f7d23 /2020/rust/day01/Cargo.toml | |
parent | 7b0a1642a13077d5931469d6281ea20a98ec0ace (diff) | |
download | adventofcode-f44158d941198d175c26ef8f74e80e4d4d0fa7a2.zip |
Add day01, 2020
Diffstat (limited to '2020/rust/day01/Cargo.toml')
-rw-r--r-- | 2020/rust/day01/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2020/rust/day01/Cargo.toml b/2020/rust/day01/Cargo.toml new file mode 100644 index 0000000..674217d --- /dev/null +++ b/2020/rust/day01/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day01" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +anyhow = "1.0" |