diff --git a/Cargo.toml b/Cargo.toml index 6c6e4af..e9e993a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = ["Kevin Swiber "] readme = "README.md" documentation = "https://docs.rs/postman2openapi" edition = "2021" +exclude = ["ci/*", "tests/*", "web/*"] [workspace] members = ["cli"]