Exclude test images from packaged crate.

This commit is contained in:
Rafał Harabień 2017-10-07 17:02:22 +02:00
parent 37f52e4024
commit 7b967914a6

View File

@ -10,6 +10,9 @@ license = "MIT"
description = """
FAT filesystem library.
"""
exclude = [
"resources/*",
]
[badges]
travis-ci = { repository = "rafalh/rust-fat" }