We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a57670 commit 309fe4cCopy full SHA for 309fe4c
Cargo.toml
@@ -3,6 +3,14 @@ name = "scorpion"
3
version = "0.1.0"
4
authors = ["Brett Wilcox <[email protected]>"]
5
edition = "2018"
6
+description = "Command Line Interface for the scorpion.io project."
7
+license = "Apache-2.0"
8
+readme = "README.md"
9
+homepage = "https://scorpion.io"
10
+repository = "https://github.com/scorpion/cli/"
11
+license-file = "LICENSE"
12
+keywords = ["cli", "scorpion"]
13
+categories = ["command-line-utilities"]
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
0 commit comments