From 10c094f99b39fc917130c83b1d5052d9897ce883 Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Sun, 8 Aug 2021 17:20:56 +0000 Subject: [PATCH] Tweaked Rust configuration to exclude example programs from crate package. --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 251cbbb..e33b564 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,3 +9,4 @@ readme = "Readme.markdown" keywords = ["qr-code", "barcode", "encoder", "image"] categories = ["encoding", "multimedia::images"] license = "MIT" +exclude = ["examples/*"]