From 7b967914a65564eb9d9d35de484841ed5d967d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Sat, 7 Oct 2017 17:02:22 +0200 Subject: [PATCH] Exclude test images from packaged crate. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 195307e..6a75a1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ license = "MIT" description = """ FAT filesystem library. """ +exclude = [ + "resources/*", +] [badges] travis-ci = { repository = "rafalh/rust-fat" }