2024-05-13 00:17:40 +02:00
|
|
|
[package]
|
2024-05-25 11:16:37 +02:00
|
|
|
name = "servicepoint_binding_cs"
|
2024-05-26 14:18:02 +02:00
|
|
|
version.workspace = true
|
2024-05-13 00:17:40 +02:00
|
|
|
edition = "2021"
|
2024-05-25 11:16:37 +02:00
|
|
|
publish = false
|
2024-05-26 14:53:26 +02:00
|
|
|
readme = "README.md"
|
2024-05-13 00:17:40 +02:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
2024-05-26 13:25:36 +02:00
|
|
|
test = false
|
2024-05-13 00:17:40 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-08-29 20:03:07 +02:00
|
|
|
csbindgen = "1.9.3"
|
2024-05-26 13:15:11 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-10-16 20:07:52 +02:00
|
|
|
servicepoint_binding_c = { version = "0.10.0", path = "../servicepoint_binding_c" }
|
|
|
|
servicepoint = { version = "0.10.0", path = "../servicepoint" }
|
2024-05-28 19:38:43 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|