Skip to content

Commit

Permalink
Add project info on cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Jan 6, 2023
1 parent aed2d11 commit 35d6130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ edition = "2021"
license = "MIT"
authors = ["Francisco Calderón <[email protected]>"]
description = "Nostr public key mining tool"
repository = "https://github.com/grunch/rana"
keywords = ["nostr", "mining", "pubkeys", "bech32"]
readme = "README.md"

[dependencies]
clap = { version = "4.0.15", features = ["env", "default", "derive"] }
Expand Down

0 comments on commit 35d6130

Please sign in to comment.