mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
18 lines
331 B
TOML
18 lines
331 B
TOML
[package]
|
|
name = "servicepoint_binding_cs"
|
|
version = "0.4.2"
|
|
edition = "2021"
|
|
publish = false
|
|
readme = "../../README.md"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
test = false
|
|
|
|
[build-dependencies]
|
|
csbindgen = "1.8.0"
|
|
|
|
[dependencies]
|
|
servicepoint_binding_c = { path = "../servicepoint_binding_c" }
|
|
servicepoint = { path = "../servicepoint" }
|