Skip to content

Commit 8fda35d

Browse files
committed
fix(Cargo.toml): Metadata for publishing added
1 parent 6d99b50 commit 8fda35d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Cargo.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[package]
22
name = "bashdoc"
33
version = "0.4.0"
4+
authors = ["Dustin Knopoff <dustinknopoff@gmail.com>"]
5+
description = """
6+
A tool for generating documentation/help menu for user defined bash functions.
7+
"""
48
edition = "2018"
5-
include = [
6-
"**/*.rs",
7-
"Cargo.toml",
8-
"cli.yml",
9-
"static/*.hbs"
10-
]
9+
homepage = "https://github.com/dustinknopoff/bashdoc"
10+
repository = "https://github.com/dustinknopoff/bashdoc"
11+
readme = "README.md"
12+
keywords = ["bash", "docs"]
13+
categories = ["command-line-utilities", "parsing"]
14+
license = "Unlicense OR MIT"
15+
exclude = ["example/**"]
1116

1217
[dependencies]
1318
colored = "1.6"

0 commit comments

Comments
 (0)