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"