Skip to content

Commit

Permalink
Exclude docs directory when packaging @InfoHunter (#106)
Browse files Browse the repository at this point in the history
* Change version to 0.3.0 in main branch

* Exclude docs directory when packaging
  • Loading branch information
InfoHunter authored Jan 10, 2025
1 parent 2fce5e4 commit 82a6971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault
repository = "https://github.com/Tongsuo-Project/RustyVault"
documentation = "https://docs.rs/rusty_vault/latest/rusty_vault/"
build = "build.rs"
exclude = [
"docs/*",
]

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

Expand Down

0 comments on commit 82a6971

Please sign in to comment.