about summary refs log tree commit diff stats
path: root/templates/rust/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 01:25:44 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 01:25:44 +0200
commitd4dff920790b96db87c9b373d42df046d899cc30 (patch)
tree9e10540a95ccea633e3e2fa70e26df9d2a2777cf /templates/rust/Cargo.toml
parentfix(templates/c): Make the `makefile` more standards complying (diff)
downloadflake-templates-d4dff920790b96db87c9b373d42df046d899cc30.tar.gz
flake-templates-d4dff920790b96db87c9b373d42df046d899cc30.zip
feat(treewide): Use new `%INIT_` variables
Diffstat (limited to 'templates/rust/Cargo.toml')
-rw-r--r--templates/rust/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml
index 6813ae1..86c4efa 100644
--- a/templates/rust/Cargo.toml
+++ b/templates/rust/Cargo.toml
@@ -1,5 +1,6 @@
 [package]
-name = "TODO"
+name = "%INIT_APPLICATION_NAME"
+description = "%INIT_DESCRIPTION"
 version = "0.1.0"
 edition = "2021"