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
commit91a0ba214d07b7ee272dc179f997240a3ca1f1c2 (patch)
treedf55f27da646bf1a3ad4c59830c31f23f831952c /lib/rust/Cargo.lock
parentae3acaeb584becea70d584313fc2a249c229c0d9 (diff)
downloadaoc-91a0ba214d07b7ee272dc179f997240a3ca1f1c2.tar.gz
aoc-91a0ba214d07b7ee272dc179f997240a3ca1f1c2.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"