servicepoint/crates/servicepoint_binding_c/examples/lang_c/Cargo.toml
Vinzenz Schroeter 38316169e9 update dependencies and flake
update dependencies
2025-01-12 15:22:54 +01:00

15 lines
190 B
TOML

[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 = "../.." }