about summary refs log tree commit diff stats
path: root/templates/rust/Cargo.lock
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 13:22:18 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 13:22:18 +0200
commit395632b6ea502a3c2e95e6d063dbacd9c668bd9a (patch)
tree5fc40137d682e1323c2fd3126865525fce6ef8ea /templates/rust/Cargo.lock
parentfix(common/latex/preamble): Fix compilation errors (diff)
downloadflake-templates-395632b6ea502a3c2e95e6d063dbacd9c668bd9a.tar.gz
flake-templates-395632b6ea502a3c2e95e6d063dbacd9c668bd9a.zip
fix(templates): Remove `*.lock` files
Creating new templates with these old lock files is just
useless. So convey the need to regenerate them, by simply not shipping
them.
Diffstat (limited to 'templates/rust/Cargo.lock')
-rw-r--r--templates/rust/Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/rust/Cargo.lock b/templates/rust/Cargo.lock
deleted file mode 100644
index 9d8cd04..0000000
--- a/templates/rust/Cargo.lock
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-version = 3
-
-[[package]]
-name = "TODO"
-version = "0.1.0"