Files
loot-condition-interpreter/Cargo.toml
T

26 lines
396 B
TOML
Raw Normal View History

[package]
name = "loot-condition-interpreter"
2019-10-05 11:52:09 +01:00
version = "2.1.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
2018-10-07 22:13:48 +01:00
license = "MIT"
2019-06-25 06:32:36 +01:00
edition = "2018"
[dependencies]
2018-10-03 19:21:45 +01:00
crc = "1.0.0"
esplugin = "3.0.0"
2019-06-24 22:39:14 +01:00
nom = "5.0.0"
2019-12-23 13:37:55 +00:00
pelite = "0.8.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"]