servicepoint/crates/servicepoint_binding_c/examples/lang_c/Cargo.toml

15 lines
190 B
TOML
Raw Normal View History

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