Skip to content

Commit

Permalink
Exclude the github config from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Nov 2, 2021
1 parent ae5b65b commit d601239
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ authors = [
edition = "2018"
description ="Implementation of the Kadcast Network Protocol."
categories = ["network-programming"]
keywords = ["p2p", "udp", "network", "kad", "peer-to-peer", "kadcast", "broadcast"]
keywords = ["p2p", "network", "kad", "peer-to-peer", "kadcast"]
license = "MPL-2.0"
repository = "https://github.com/dusk-network/kadcast"

exclude = [
".git*",
"ARCHITECTURE.md",
"architecture.jpg"
]

[dependencies]
arrayvec = "0.7"
blake2 = "0.9"
Expand All @@ -27,4 +33,4 @@ tracing-subscriber = "0.2"

[[example]]
name = "kadcast"
path = "examples/main.rs"
path = "examples/main.rs"

0 comments on commit d601239

Please sign in to comment.