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` --- common/files/init | 1 + 1 file changed, 1 insertion(+) (limited to 'common/files') diff --git a/common/files/init b/common/files/init index dfdf8c6..dd75fc3 100755 --- a/common/files/init +++ b/common/files/init @@ -66,6 +66,7 @@ prompt OWNER "The name of owner of the repository" "$AUTHOR_NAME" prompt DESCRIPTION "The description of this project" "[can be empty]" prompt CURRENT_DATE "The stylized version of the current date" "$(date +'%b %Y')" prompt YEAR "The year the work on this has begun (for copyright reasons)" "$(date +'%Y')" +prompt APPLICATION_SOURCE_CODE_REPOSITORY "The package's source code repository URL" "https://$REMOTE/$OWNER/$REPOSITORY" # LICENSE.spdx data (source: https://github.com/david-a-wheeler/spdx-tutorial) if [ -e ./lpm.toml ]; then -- cgit 1.4.1