exclude test_data when publishing the crate

This commit is contained in:
Riccardo Casatta 2021-12-31 11:46:15 +01:00
parent f5a9681a2a
commit b92dfbb63f
No known key found for this signature in database
GPG Key ID: FD986A969E450397
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ documentation = "https://docs.rs/bitcoin/"
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
keywords = [ "crypto", "bitcoin" ]
readme = "README.md"
exclude = ["./test_data"]
# Please don't forget to add relevant features to docs.rs below
[features]