mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
19 lines
369 B
TOML
19 lines
369 B
TOML
[package]
|
|
name = "loot-condition-interpreter-ffi"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
loot-condition-interpreter = { path = ".." }
|
|
|
|
[lib]
|
|
name = "loot_condition_interpreter_ffi"
|
|
crate-type = ["staticlib"]
|
|
|
|
[lints]
|
|
workspace = true
|