about summary refs log tree commit diff
path: root/users/riking/adventofcode-2020/day01/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'users/riking/adventofcode-2020/day01/Cargo.lock')
-rw-r--r--users/riking/adventofcode-2020/day01/Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/riking/adventofcode-2020/day01/Cargo.lock b/users/riking/adventofcode-2020/day01/Cargo.lock
new file mode 100644
index 0000000000..a1a18948a7
--- /dev/null
+++ b/users/riking/adventofcode-2020/day01/Cargo.lock
@@ -0,0 +1,14 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "anyhow"
+version = "1.0.34"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
+
+[[package]]
+name = "day01"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+]