Files
loot-condition-interpreter/Cargo.toml
T

13 lines
217 B
TOML
Raw Normal View History

[package]
name = "loot-condition-interpreter"
version = "0.1.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
[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"
regex = "1.0.5"
2018-10-01 20:44:48 +01:00
[dev-dependencies]
tempfile = "3.0.0"