mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
38316169e9
update dependencies
15 lines
190 B
TOML
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 = "../.." }
|