From 5f74da671f2444efc4840c11492773a46cecf7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 22 Aug 2021 21:51:01 -0700 Subject: [PATCH] fix(crate): reduce crate size by removing images --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"