From 7126bf3d2925fc95c7b247bca0c08b3c12d38254 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 31 May 2026 19:35:38 -0400 Subject: [PATCH] Added Cargo.lock Added in the Cargo.lock file as this will be a binary and we need it. This is just a barebones one for now and will be expanded upon as we add in new crates. --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..0892c90 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "rstow" +version = "0.1.0" -- 2.52.0