mirror of https://github.com/zkat/miette.git
fix(crate): reduce crate size by removing images
This commit is contained in:
parent
aa755bfb4d
commit
5f74da671f
|
|
@ -9,6 +9,7 @@ documentation = "https://docs.rs/miette"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
exclude = ["images/", "tests/", "miette-derive/"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.26"
|
thiserror = "1.0.26"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue