diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:59:39 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:59:39 +0200 |
commit | 1e62086f74fae8df13cd69e8745395828ddcebb5 (patch) | |
tree | 4ec64388d626e6239f84719001049ce40d9ddeb0 /build/rust/Cargo.toml | |
parent | fix(common/init): Check for not replaced `%INIT_` variables (diff) | |
download | flake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.tar.gz flake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.zip |
chore(build): Regenerate
Diffstat (limited to 'build/rust/Cargo.toml')
-rw-r--r-- | build/rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml index dd6c3be..49a68c7 100644 --- a/build/rust/Cargo.toml +++ b/build/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 = [""] |