Skip to content

Commit 1dbe348

Browse files
committed
Update metadata
1 parent 407d6ab commit 1dbe348

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Cargo.toml

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

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

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

0 commit comments

Comments
 (0)