diff --git a/Cargo.toml b/Cargo.toml index e40c401..a8034b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/miette" license = "Apache-2.0" readme = "README.md" edition = "2018" +exclude = ["images/", "tests/", "miette-derive/"] [dependencies] thiserror = "1.0.26"