Skip to content

Commit

Permalink
misc/keygen: set publish to false in Cargo.toml since this is a priva…
Browse files Browse the repository at this point in the history
…te package (libp2p#2635)
  • Loading branch information
maschad committed Oct 10, 2022
1 parent 6101708 commit 42fc37c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/keygen/Cargo.toml
Expand Up @@ -7,6 +7,7 @@ license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
publish = false

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

0 comments on commit 42fc37c

Please sign in to comment.