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]
|
2024-11-24 16:12:38 +01:00
|
|
|
cc = "1.2"
|
2024-05-25 11:16:37 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-26 13:55:19 +02:00
|
|
|
servicepoint_binding_c = { path = "../.." }
|