servicepoint/crates/servicepoint_binding_cs/Cargo.toml

18 lines
331 B
TOML
Raw Normal View History

2024-05-13 00:17:40 +02:00
[package]
name = "servicepoint_binding_cs"
2024-05-19 14:27:18 +02:00
version = "0.4.2"
2024-05-13 00:17:40 +02:00
edition = "2021"
publish = false
2024-05-26 11:40:52 +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]
servicepoint_binding_c = { path = "../servicepoint_binding_c" }
servicepoint = { path = "../servicepoint" }