rename c-api to c_api

This commit is contained in:
Vinzenz Schroeter 2024-05-16 23:03:39 +02:00
parent da4df32878
commit 862804de3b
10 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
servicepoint2 = { path = "../servicepoint2", features = ["c-api"] }
servicepoint2 = { path = "../servicepoint2", features = ["c_api"] }
[build-dependencies]
csbindgen = "1.8.0"