summaryrefslogtreecommitdiff
path: root/lib/rust/Cargo.lock
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-06-02 15:30:07 +0000
committermhsn <mail@mhsn.net>2025-06-02 15:30:07 +0000
commit9e2fc16a7ab0bfd17fe5a164ddc5331b044af1d9 (patch)
treedf55f27da646bf1a3ad4c59830c31f23f831952c /lib/rust/Cargo.lock
parentf37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9 (diff)
downloadaoc-9e2fc16a7ab0bfd17fe5a164ddc5331b044af1d9.tar.gz
aoc-9e2fc16a7ab0bfd17fe5a164ddc5331b044af1d9.zip
rust lib: add grid and ray
Diffstat (limited to 'lib/rust/Cargo.lock')
-rw-r--r--lib/rust/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rust/Cargo.lock b/lib/rust/Cargo.lock
new file mode 100644
index 0000000..eee204e
--- /dev/null
+++ b/lib/rust/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "aoc"
+version = "0.1.0"