Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwilcox committed Sep 14, 2020
1 parent 6a57670 commit 309fe4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name = "scorpion"
version = "0.1.0"
authors = ["Brett Wilcox <[email protected]>"]
edition = "2018"
description = "Command Line Interface for the scorpion.io project."
license = "Apache-2.0"
readme = "README.md"
homepage = "https://scorpion.io"
repository = "https://github.com/scorpion/cli/"
license-file = "LICENSE"
keywords = ["cli", "scorpion"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 309fe4c

Please sign in to comment.