diff options
Diffstat (limited to 'users/riking/adventofcode-2020/day01/Cargo.toml')
-rw-r--r-- | users/riking/adventofcode-2020/day01/Cargo.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/users/riking/adventofcode-2020/day01/Cargo.toml b/users/riking/adventofcode-2020/day01/Cargo.toml deleted file mode 100644 index d90ab548bb7b..000000000000 --- a/users/riking/adventofcode-2020/day01/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "day01" -version = "0.1.0" -authors = ["Kane York <kanepyork@gmail.com>"] -edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -anyhow = "1.0.34" |