mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
21 lines
398 B
TOML
21 lines
398 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"
|
|
|
|
[dependencies]
|
|
servicepoint_binding_c = { version = "0.10.0", path = "../servicepoint_binding_c" }
|
|
servicepoint = { version = "0.10.0", path = "../servicepoint" }
|
|
|
|
[lints]
|
|
workspace = true
|