forked from M-Labs/rust-fatfs
Exclude test images from packaged crate.
This commit is contained in:
parent
37f52e4024
commit
7b967914a6
@ -10,6 +10,9 @@ license = "MIT"
|
||||
description = """
|
||||
FAT filesystem library.
|
||||
"""
|
||||
exclude = [
|
||||
"resources/*",
|
||||
]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rafalh/rust-fat" }
|
||||
|
Loading…
Reference in New Issue
Block a user