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

19 lines
369 B
TOML
Raw Normal View History

2018-10-07 22:13:48 +01:00
[package]
name = "loot-condition-interpreter-ffi"
2025-08-01 17:38:35 +01:00
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
2026-04-03 16:13:29 +01:00
rust-version.workspace = true
2018-10-07 22:13:48 +01:00
[dependencies]
loot-condition-interpreter = { path = ".." }
[lib]
name = "loot_condition_interpreter_ffi"
crate-type = ["staticlib"]
2025-08-01 18:01:56 +01:00
[lints]
workspace = true