servicepoint/crates/servicepoint_binding_cs/Cargo.toml

18 lines
370 B
TOML
Raw Permalink Normal View History

2024-05-13 00:17:40 +02:00
[package]
name = "servicepoint_binding_cs"
2024-05-26 14:18:02 +02:00
version.workspace = true
2024-05-13 00:17:40 +02:00
edition = "2021"
publish = false
2024-05-26 14:53:26 +02:00
readme = "README.md"
2024-05-13 00:17:40 +02:00
[lib]
crate-type = ["cdylib"]
test = false
2024-05-13 00:17:40 +02:00
[build-dependencies]
csbindgen = "1.8.0"
[dependencies]
2024-05-26 14:18:02 +02:00
servicepoint_binding_c = { version = "0.5.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.5.0", path = "../servicepoint" }