mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
12 lines
200 B
TOML
12 lines
200 B
TOML
[package]
|
|
name = "lang_c"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[dependencies]
|
|
servicepoint_binding_c = { path = "../../crates/servicepoint_binding_c" }
|