mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
14 lines
235 B
TOML
14 lines
235 B
TOML
[package]
|
|
name = "servicepoint-binding-cs"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
servicepoint2 = { path = "../servicepoint2", features = ["c_api"] }
|
|
|
|
[build-dependencies]
|
|
csbindgen = "1.8.0"
|