Skip to content

Commit 40a85de

Browse files
manifest: Add excludes
Add `exclude` to `package` section so the `tests` and `contrib` directories do not get packaged up and sent to crates.io.
1 parent 9a0191e commit 40a85de

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
@@ -11,6 +11,7 @@ keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin" ]
1111
readme = "README.md"
1212
edition = "2021"
1313
rust-version = "1.63.0"
14+
exclude = ["tests", "contrib"]
1415

1516
[package.metadata.docs.rs]
1617
all-features = true

0 commit comments

Comments
 (0)