From 6f2ab4359754c3105dd1f13afd8afc8de6810b74 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 17:30:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build(cargo):=20add=20Cargo.lock?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add Cargo.lock file for dependency management - ensure consistent builds across different environments --- 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..8085642 --- /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 = "cull-gmail" +version = "0.1.0"