Skip to content

Commit b92dfbb

Browse files
committed
exclude test_data when publishing the crate
1 parent f5a9681 commit b92dfbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documentation = "https://docs.rs/bitcoin/"
99
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
1010
keywords = [ "crypto", "bitcoin" ]
1111
readme = "README.md"
12+
exclude = ["./test_data"]
1213

1314
# Please don't forget to add relevant features to docs.rs below
1415
[features]

0 commit comments

Comments
 (0)