csbindgen/csbindgen-tests/Cargo.toml

15 lines
247 B
TOML
Raw Normal View History

2023-02-26 18:31:44 +00:00
[package]
name = "csbindgen-tests"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
csbindgen = { path = "../csbindgen" }
[build-dependencies]
cc = "1.0.79"
bindgen = "0.64.0"
csbindgen = { path = "../csbindgen" }