diff options
Diffstat (limited to 'templates/rust/Cargo.toml')
-rw-r--r-- | templates/rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml index dd6c3be..49a68c7 100644 --- a/templates/rust/Cargo.toml +++ b/templates/rust/Cargo.toml @@ -3,8 +3,8 @@ name = "%INIT_APPLICATION_NAME" description = "%INIT_DESCRIPTION" version = "%INIT_APPLICATION_VERSION" edition = "2021" -license = "%INIT_SPDX_LICENSE_IDENTIFER" -homepage = "%INIT_APPLICATION_HOMEPAGE" +license = "%INIT_SPDX_LICENSE_IDENTIFIER" +homepage = "%INIT_HOME_PAGE" repository = "%INIT_APPLICATION_SOURCE_CODE_REPOSITORY" # TODO # categories = [""] |