mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
14 lines
343 B
TOML
14 lines
343 B
TOML
[package]
|
|
name = "servicepoint_binding_c"
|
|
version = "0.4.2"
|
|
publish = false
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
description = "C bindings for the servicepoint crate."
|
|
homepage = "https://docs.rs/crate/servicepoint"
|
|
repository = "https://github.com/cccb/servicepoint"
|
|
readme = "../README.md"
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.26.0"
|