trifid/nebula-ffi/Cargo.toml
core e519700530
Some checks reported warnings
/ build (push) Successful in 1m59s
/ build_arm64 (push) Successful in 3m13s
/ build_x64 (push) Has been cancelled
change the nebula-ffi build process to be more compatible with other platforms [nebula-ffi/1.7.2, tfclient/0.2.6]
2023-10-09 15:06:02 -04:00

16 lines
No EOL
384 B
TOML

[package]
name = "nebula-ffi"
version = "1.7.2"
edition = "2021"
description = "A Rust wrapper crate for communicating with Nebula via a CGO FFI."
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/nebula-ffi"
homepage = "https://man.e3t.cc/~core/trifid-docs"
repository = "https://git.e3t.cc/~core/trifid"
[dependencies]
[build-dependencies]
bindgen = "0.68.1"
cc = "1"