Skip to content

Commit

Permalink
docs: update Cargo.toml for release (#75)
Browse files Browse the repository at this point in the history
Add metadata related to publishing the crate.

Resolves #73
  • Loading branch information
johnallen3d authored Sep 4, 2023
1 parent 09b2043 commit 4958367
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ name = "conditions"
version = "0.1.0"
edition = "2021"
authors = ["John Allen <[email protected]>"]
description = "Fetch basic weather conditions for current location"
repository = "https://github.com/johnallen3d/conditions"
description = "Fetch basic weather conditions for current or specified location"
keywords = ["weather"]
categories = ["command-line-utilities"]
readme = "README.md"

license = "MIT"
license-file = "LICENSE.md"


[dependencies]
clap = { version = "4.4.2", features = ["derive"] }
Expand Down

0 comments on commit 4958367

Please sign in to comment.