Skip to content

Commit

Permalink
docs: Added exclude and include propertie in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoBazz committed Dec 14, 2022
1 parent 93777e1 commit f749bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ repository = "https://github.com/LuisMBaezCo/xbitwise"
rust-version = "1.31.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
exclude = ["*.md"]
include = ["**/*.rs", "Cargo.toml"]

[dependencies]

Expand Down

0 comments on commit f749bf9

Please sign in to comment.