pnm decoding and encoding
exclude examples
bendn 2024-03-15
parent 612c597 · commit 40e0b90
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cce3d30..1a7a943 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ description = "portable anymap format encoding and decoding"
authors = ["bend-n <[email protected]>"]
license = "MIT"
repository = "https://github.com/bend-n/pnm"
-exclude = ["tdata", ".gitignore"]
+exclude = ["tdata", ".gitignore", "examples"]
keywords = ["image", "format", "encoding", "decoding"]
categories = ["multimedia::images", "graphics", "encoding"]