Files
rust-ffi-from-go/Cargo.toml

14 lines
177 B
TOML

[package]
name = "rust-ffi-from-go"
version = "0.0.1"
edition = "2021"
[dependencies]
libc = "0.2.151"
[lib]
crate_type = ["cdylib"]
[build-dependencies]
cbindgen = "0.26.0"