servicepoint/crates/servicepoint_binding_cs/Cargo.toml

21 lines
398 B
TOML
Raw 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.9.3"
[dependencies]
2024-11-13 18:49:50 +01:00
servicepoint_binding_c = { version = "0.11.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.11.0", path = "../servicepoint" }
2024-05-28 19:38:43 +02:00
[lints]
workspace = true