[package] name = "servicepoint-binding-cs" version = "0.4.1" edition = "2021" [lib] crate-type = ["cdylib"] [dependencies] servicepoint2 = { path = "../servicepoint2", features = ["c_api"] } [build-dependencies] csbindgen = "1.8.0"