exclude packages from tests so cargo test --all works

This commit is contained in:
Vinzenz Schroeter 2024-05-26 13:25:36 +02:00
parent d1db850fd4
commit 5514f60c28
3 changed files with 6 additions and 0 deletions

View file

@ -7,9 +7,11 @@ readme = "../../README.md"
[lib]
crate-type = ["cdylib"]
test = false
[build-dependencies]
csbindgen = "1.8.0"
[dependencies]
servicepoint_binding_c = { path = "../servicepoint_binding_c" }
servicepoint = { path = "../servicepoint" }