We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fce5e4 commit 82a6971Copy full SHA for 82a6971
Cargo.toml
@@ -13,6 +13,9 @@ RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault
13
repository = "https://github.com/Tongsuo-Project/RustyVault"
14
documentation = "https://docs.rs/rusty_vault/latest/rusty_vault/"
15
build = "build.rs"
16
+exclude = [
17
+ "docs/*",
18
+]
19
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
0 commit comments