Files
loot-condition-interpreter/ffi/Cargo.toml
T
2021-04-09 05:39:12 +00:00

23 lines
445 B
TOML

[package]
name = "loot-condition-interpreter-ffi"
version = "2.1.2"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT"
build = "build.rs"
edition = "2018"
[dependencies]
loot-condition-interpreter = { path = ".." }
libc = "0.2"
[lib]
name = "loot_condition_interpreter_ffi"
crate-type = ["staticlib"]
[features]
default = []
ffi-headers = ["cbindgen"]
[build-dependencies]
cbindgen = { version = "0.19", optional = true }