Skip to content

Commit f94615b

Browse files
committed
Add package exclusions
1 parent 296bc33 commit f94615b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ categories = ["external-ffi-bindings"]
1111
keywords = ["java", "jni"]
1212
edition = "2021"
1313
rust-version = "1.65.0"
14+
exclude = [
15+
"/.github",
16+
"/tests"
17+
]
1418

1519
[dependencies]
1620
jni-sys-macros = { version = "0.1", path = "jni-sys-macros" }

0 commit comments

Comments
 (0)