Skip to content

Commit 6f7950f

Browse files
committed
Don't include github dir in crate
1 parent 64b2691 commit 6f7950f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ readme = "README.md"
1212
categories = ["network-programming", "encoding", "embedded"]
1313
keywords = ["KNX", "Network", "SmartHome", "protocol", "network"]
1414
license = "GNU LGPLv3"
15+
exclude = [
16+
".github",
17+
]
1518

1619
[dependencies]
1720
byteorder = { version = "1.3.2", default-features = false }

0 commit comments

Comments
 (0)