Skip to content

Commit

Permalink
exclude docs and CI configs from being packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
MoralCode committed Oct 28, 2021
1 parent b866e57 commit 00ee8ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description = "This library attempts to implement a general-purpose parser for S
# 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.
readme = "README.md"
repository = "https://github.com/KubOS-Preservation-Group/ccsds-spacepacket"
exclude = [
"docs/*",
".github/*"
]

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

Expand Down

0 comments on commit 00ee8ea

Please sign in to comment.