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