Skip to content

Commit

Permalink
crate: remove data directory from crate
Browse files Browse the repository at this point in the history
We used to need these to run tests, but tests are now in a separate
crate. So there's no sense in including these in the crate itself as it
otherwise greatly inflates its size.

Fixes #37
  • Loading branch information
BurntSushi committed Nov 20, 2020
1 parent 70bab36 commit 35d752d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ readme = "README.md"
keywords = ["snappy", "compress", "compression", "decompress", "decompression"]
license = "BSD-3-Clause"
edition = "2018"
exclude = ["data/*"]

[workspace]
exclude = ["snappy-cpp"]
Expand Down

0 comments on commit 35d752d

Please sign in to comment.