Skip to content

Commit 82a6971

Browse files
authored
Exclude docs directory when packaging @InfoHunter (#106)
* Change version to 0.3.0 in main branch * Exclude docs directory when packaging
1 parent 2fce5e4 commit 82a6971

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault
1313
repository = "https://github.com/Tongsuo-Project/RustyVault"
1414
documentation = "https://docs.rs/rusty_vault/latest/rusty_vault/"
1515
build = "build.rs"
16+
exclude = [
17+
"docs/*",
18+
]
1619

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

0 commit comments

Comments
 (0)