diff --git a/Cargo.toml b/Cargo.toml index c52bc1a..909b42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "railroad" -version = "0.3.1" +version = "0.3.2" authors = ["Lukas Lueg "] license = "MIT" description = "A library to create syntax-diagrams as Scalable Vector Graphics" repository = "https://github.com/lukaslueg/railroad" documentation = "https://docs.rs/railroad" readme = "README.md" -exclude = ["examples/*.jpeg"] +exclude = ["examples/*.jpeg", "examples/*.png", "examples/*.html"] edition = "2021" [features]