Skip to content

Commit 00ee8ea

Browse files
committed
exclude docs and CI configs from being packaged
1 parent b866e57 commit 00ee8ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description = "This library attempts to implement a general-purpose parser for S
99
# The Secondary Header parsing is accomplished by allowing users of the library to pass in a parser that can interperet the Secondary Header as specified by their project or organisation.
1010
readme = "README.md"
1111
repository = "https://github.com/KubOS-Preservation-Group/ccsds-spacepacket"
12+
exclude = [
13+
"docs/*",
14+
".github/*"
15+
]
1216

1317
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1418

0 commit comments

Comments
 (0)