diff --git a/component/template/Cargo.toml b/component/template/Cargo.toml index 7f83181..2c32ee2 100644 --- a/component/template/Cargo.toml +++ b/component/template/Cargo.toml @@ -5,7 +5,9 @@ edition = "2021" description = "{{project-description}}" authors = ["{{authors}}"] build = "build.rs" -{%- if repository != "" %}repository = "{{repository}}"{% endif %} +{% if repository != "" -%} +repository = "{{repository}}" +{%- endif %} # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html