2024-05-13 00:17:40 +02:00
|
|
|
[package]
|
|
|
|
name = "servicepoint-binding-cs"
|
2024-05-17 21:25:19 +02:00
|
|
|
version = "0.4.1"
|
2024-05-13 00:17:40 +02:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-16 23:03:39 +02:00
|
|
|
servicepoint2 = { path = "../servicepoint2", features = ["c_api"] }
|
2024-05-13 00:17:40 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
csbindgen = "1.8.0"
|