servicepoint/examples/lang_c/Cargo.toml
2024-05-26 13:25:36 +02:00

15 lines
220 B
TOML

[package]
name = "lang_c"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
test = false
[build-dependencies]
cc = "1.0"
[dependencies]
servicepoint_binding_c = { path = "../../crates/servicepoint_binding_c" }