Skip to content

Commit

Permalink
Don't include github dir in crate
Browse files Browse the repository at this point in the history
  • Loading branch information
memoos committed May 2, 2024
1 parent 64b2691 commit 6f7950f
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 @@ -12,6 +12,9 @@ readme = "README.md"
categories = ["network-programming", "encoding", "embedded"]
keywords = ["KNX", "Network", "SmartHome", "protocol", "network"]
license = "GNU LGPLv3"
exclude = [
".github",
]

[dependencies]
byteorder = { version = "1.3.2", default-features = false }
Expand Down

0 comments on commit 6f7950f

Please sign in to comment.