mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
21 lines
347 B
TOML
21 lines
347 B
TOML
[package]
|
|
name = "csbindgen-tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# [[bin]]
|
|
# name = "csbindgen-test-app"
|
|
# path = "src/main.rs"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
csbindgen = { path = "../csbindgen" }
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.79"
|
|
bindgen = "0.64.0"
|
|
csbindgen = { path = "../csbindgen" } |