Files
loot-condition-interpreter/Cargo.toml
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Oliver Hamlet
ea8824eb1f Update pelite requirement from 0.8.0 to 0.9.0 (#4)
* Update pelite requirement from 0.8.0 to 0.9.0

Updates the requirements on [pelite](https://github.com/CasualX/pelite) to permit the latest version.
- [Release notes](https://github.com/CasualX/pelite/releases)
- [Changelog](https://github.com/CasualX/pelite/blob/master/changelog.md)
- [Commits](https://github.com/CasualX/pelite/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Hamlet <oliver.hamlet@gmail.com>
2020-09-07 12:05:00 +01:00

26 lines
402 B
TOML

[package]
name = "loot-condition-interpreter"
version = "2.1.1"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT"
edition = "2018"
[dependencies]
crc32fast = "1.2.0"
esplugin = "3.0.0"
nom = "5.0.0"
pelite = "0.9.0"
regex = "1.0.5"
unicase = "2.2.0"
[dev-dependencies]
criterion = "0.3.0"
tempfile = "3.0.0"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]