From 3584d8ecaa996f884b0cf2ae0b2c157a03a6c47c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 11 Jun 2024 09:06:37 +0200 Subject: feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io` --- templates/rust/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml index 487c507..dd6c3be 100644 --- a/templates/rust/Cargo.toml +++ b/templates/rust/Cargo.toml @@ -3,7 +3,13 @@ name = "%INIT_APPLICATION_NAME" description = "%INIT_DESCRIPTION" version = "%INIT_APPLICATION_VERSION" edition = "2021" +license = "%INIT_SPDX_LICENSE_IDENTIFER" +homepage = "%INIT_APPLICATION_HOMEPAGE" +repository = "%INIT_APPLICATION_SOURCE_CODE_REPOSITORY" +# TODO +# categories = [""] +# keywords = ["", ""] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -- cgit 1.4.1