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

15 lines
297 B
TOML

[package]
name = "loot-condition-interpreter-ffi"
version = "5.3.1"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
license = "MIT"
edition = "2021"
[dependencies]
loot-condition-interpreter = { path = ".." }
libc = "0.2"
[lib]
name = "loot_condition_interpreter_ffi"
crate-type = ["staticlib"]