servicepoint/servicepoint2-binding-cs/Cargo.toml

14 lines
235 B
TOML
Raw Normal View History

2024-05-13 00:17:40 +02:00
[package]
name = "servicepoint-binding-cs"
2024-05-16 23:20:22 +02:00
version = "0.4.0"
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"