servicepoint-binding-c/crates/servicepoint_binding_cs/Cargo.toml
2024-05-25 11:16:37 +02:00

15 lines
249 B
TOML

[package]
name = "servicepoint_binding_cs"
version = "0.4.2"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
servicepoint = { path = "../servicepoint", features = ["c_api"] }
[build-dependencies]
csbindgen = "1.8.0"