From 83294e504774a4c749f18409cd9497af4ef2360e Mon Sep 17 00:00:00 2001 From: Tipragot Date: Sat, 2 Dec 2023 14:28:35 +0100 Subject: [PATCH] Adding project name in Cargo.lock --- .gitea/template | 1 + Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/template b/.gitea/template index cf96d6b..da118ce 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1 +1,2 @@ Cargo.toml +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock index b21cc6a..016b36e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,5 @@ version = 3 [[package]] -name = "rust" +name = "${REPO_NAME}" version = "0.1.0"