There was an error while loading. Please reload this page.
1 parent 6d99b50 commit 8fda35dCopy full SHA for 8fda35d
Cargo.toml
@@ -1,13 +1,18 @@
1
[package]
2
name = "bashdoc"
3
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
+"""
8
edition = "2018"
-include = [
- "**/*.rs",
- "Cargo.toml",
- "cli.yml",
9
- "static/*.hbs"
10
-]
+homepage = "https://github.com/dustinknopoff/bashdoc"
+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/**"]
16
17
[dependencies]
18
colored = "1.6"
0 commit comments