Skip to content

Commit f8fcf7d

Browse files
committed
Update metadata
1 parent 407d6ab commit f8fcf7d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ opt-level = 3
77
opt-level = 1
88

99
[package]
10+
authors = [ "Andrei Gramakov <mail@agramakov.me>" ]
11+
categories = [ "development-tools" ]
12+
description = "Application for creation new files and projects from user templates"
1013
edition = "2021"
14+
keywords = [ "tui", "template", "generator", "project", "creator" ]
15+
license = "MIT"
1116
name = "creator"
12-
version = "1.0.2"
13-
description = "Application for creation new files and projects from user templates"
17+
readme = "README.md"
1418
repository = "https://github.com/an-dr/creator"
15-
license = "MIT"
16-
authors = ["Andrei Gramakov <mail@agramakov.me>"]
19+
version = "1.0.2"
1720

1821
[dependencies]
1922
cursive = {version = "0.21", features = [ "toml" ]}

0 commit comments

Comments
 (0)