mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
exclude packages from tests so cargo test --all
works
This commit is contained in:
parent
d1db850fd4
commit
5514f60c28
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -629,6 +629,7 @@ name = "servicepoint_binding_cs"
|
||||||
version = "0.4.2"
|
version = "0.4.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"csbindgen",
|
"csbindgen",
|
||||||
|
"servicepoint",
|
||||||
"servicepoint_binding_c",
|
"servicepoint_binding_c",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,11 @@ readme = "../../README.md"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
test = false
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
csbindgen = "1.8.0"
|
csbindgen = "1.8.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
servicepoint_binding_c = { path = "../servicepoint_binding_c" }
|
servicepoint_binding_c = { path = "../servicepoint_binding_c" }
|
||||||
|
servicepoint = { path = "../servicepoint" }
|
||||||
|
|
|
@ -4,6 +4,9 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
test = false
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue