Files
loot-condition-interpreter/ffi/Cargo.toml
T

22 lines
427 B
TOML
Raw Normal View History

2018-10-07 22:13:48 +01:00
[package]
name = "loot-condition-interpreter-ffi"
2019-01-26 09:50:40 +00:00
version = "1.2.2"
2018-10-07 22:13:48 +01:00
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 }