2024-05-25 11:16:37 +02:00
|
|
|
[package]
|
|
|
|
name = "lang_c"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
|
2024-05-26 13:25:36 +02:00
|
|
|
[lib]
|
|
|
|
test = false
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-26 11:40:52 +02:00
|
|
|
servicepoint_binding_c = { path = "../../crates/servicepoint_binding_c" }
|