servicepoint/crates/servicepoint_binding_cs/Cargo.toml
2024-10-16 21:59:35 +02:00

22 lines
421 B
TOML

[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"
convert_case = "0.6.0"
[dependencies]
servicepoint_binding_c = { version = "0.10.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.10.0", path = "../servicepoint" }
[lints]
workspace = true