diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 01:25:44 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 01:25:44 +0200 |
commit | d4dff920790b96db87c9b373d42df046d899cc30 (patch) | |
tree | 9e10540a95ccea633e3e2fa70e26df9d2a2777cf /templates/rust/Cargo.toml | |
parent | fix(templates/c): Make the `makefile` more standards complying (diff) | |
download | flake-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.toml | 3 |
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" |