We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccdf65 commit db020f9Copy full SHA for db020f9
1 file changed
template/Cargo.toml
@@ -3,7 +3,7 @@ name = "{{ crate_name }}"
3
version = "0.1.0"
4
edition = "2024"
5
description = "{{long_description}}"
6
-authors = "{{ authors }}"
+authors = ["{{ authors }}"]
7
license = "MIT"
8
repository = "https://github.com/{{ gh-username }}/{{ crate_name }}"
9
homepage = "https://{{ crate_name }}.rs" # or https://github.com/{{ gh-username }}/{{ crate_name }}
0 commit comments