Files
loot-condition-interpreter/Cargo.toml
T
Oliver Hamlet b3435122dd Initial commit of experimental LOOT condition parser
Some FilePath functionality is missing, not all tests pass, and parsing
is incorrect for all structs.
2018-10-03 17:15:33 +01:00

9 lines
162 B
TOML

[package]
name = "loot-condition-interpreter"
version = "0.1.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
[dependencies]
nom = "3.2.1"
regex = "0.2"