aboutsummaryrefslogtreecommitdiff
path: root/2022/rust/day08/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '2022/rust/day08/Cargo.lock')
-rw-r--r--2022/rust/day08/Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/2022/rust/day08/Cargo.lock b/2022/rust/day08/Cargo.lock
new file mode 100644
index 0000000..66a960e
--- /dev/null
+++ b/2022/rust/day08/Cargo.lock
@@ -0,0 +1,16 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "day08"
+version = "0.1.0"
+dependencies = [
+ "take-until",
+]
+
+[[package]]
+name = "take-until"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b4e17d8598067a8c134af59cd33c1c263470e089924a11ab61cf61690919fe3b"