From d4dff920790b96db87c9b373d42df046d899cc30 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 01:25:44 +0200 Subject: feat(treewide): Use new `%INIT_` variables --- templates/rust/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/rust/Cargo.toml') 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" -- cgit 1.4.1