Skip to content

Commit db020f9

Browse files
committed
fix: fix authors field syntax
1 parent 5ccdf65 commit db020f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "{{ crate_name }}"
33
version = "0.1.0"
44
edition = "2024"
55
description = "{{long_description}}"
6-
authors = "{{ authors }}"
6+
authors = ["{{ authors }}"]
77
license = "MIT"
88
repository = "https://github.com/{{ gh-username }}/{{ crate_name }}"
99
homepage = "https://{{ crate_name }}.rs" # or https://github.com/{{ gh-username }}/{{ crate_name }}

0 commit comments

Comments
 (0)