From b136ae54028d6a727617052dcd2be3d0fd115b28 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 31 May 2026 19:37:25 -0400 Subject: [PATCH] Added Cargo.lock (#2) 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. Reviewed-on: https://git.wesirvin.com/wesley/rstow/pulls/2 --- 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"