diff --git a/Cargo.toml b/Cargo.toml index 48ffc80..1aea62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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