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

15 lines
297 B
TOML
Raw Normal View History

2018-10-07 22:13:48 +01:00
[package]
name = "loot-condition-interpreter-ffi"
2025-01-24 18:51:31 +00:00
version = "5.0.0"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
2018-10-07 22:13:48 +01:00
license = "MIT"
2024-05-02 19:55:52 +01:00
edition = "2021"
2018-10-07 22:13:48 +01:00
[dependencies]
loot-condition-interpreter = { path = ".." }
libc = "0.2"
[lib]
name = "loot_condition_interpreter_ffi"
crate-type = ["staticlib"]