Files
loot-condition-interpreter/Cargo.toml
T

24 lines
360 B
TOML
Raw Normal View History

[package]
name = "loot-condition-interpreter"
2019-01-26 09:50:40 +00:00
version = "1.2.2"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
2018-10-07 22:13:48 +01:00
license = "MIT"
[dependencies]
2018-10-03 19:21:45 +01:00
crc = "1.0.0"
2018-09-29 13:16:58 +01:00
nom = "4.0.0"
pelite = "0.7.0"
2018-09-29 13:16:58 +01:00
regex = "1.0.5"
2018-10-06 10:02:27 +01:00
unicase = "2.2.0"
2018-10-01 20:44:48 +01:00
[dev-dependencies]
criterion = "0.2.0"
2018-10-01 20:44:48 +01:00
tempfile = "3.0.0"
[[bench]]
name = "eval"
harness = false
2018-10-07 22:13:48 +01:00
[workspace]
members = ["ffi"]