mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
22 lines
427 B
TOML
22 lines
427 B
TOML
[package]
|
|
name = "loot-condition-interpreter-ffi"
|
|
version = "1.1.0"
|
|
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
|
|
[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.6", optional = true }
|