[package]
name = "servicepoint_binding_cs"
version.workspace = true
edition = "2021"
publish = false
readme = "README.md"

[lib]
crate-type = ["cdylib"]
test = false

[build-dependencies]
csbindgen = "1.9.3"

[dependencies]
servicepoint_binding_c = { version = "0.7.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.7.0", path = "../servicepoint" }

[lints]
workspace = true