trifid/nebula-ffi/Cargo.toml
core 51bb540ab4
Some checks failed
/ build (push) Successful in 1m30s
/ build_x64 (push) Successful in 8m55s
/ build_arm64 (push) Failing after 19m55s
/ build_win64 (push) Successful in 11m34s
remove that thing
2023-12-29 21:25:04 -05:00

16 lines
383 B
TOML

[package]
name = "nebula-ffi"
version = "1.8.1"
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.69"
cc = "1"