Skip to content

Commit

Permalink
Exlcude examples, .github and protobuf from the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Mar 20, 2022
1 parent 5ecc06a commit b831c4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ version = "0.17.0"
authors = ["Aleh Zasypkin <aleh.zasypkin@gmail.com>"]
categories = ["api-bindings", "hardware-support", "multimedia"]
edition = "2021"
exclude = [
".github/*",
"examples/*",
"protobuf/*",
]

[dependencies]
byteorder = "1.4.3"
Expand Down

0 comments on commit b831c4a

Please sign in to comment.