mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
13 lines
217 B
TOML
13 lines
217 B
TOML
[package]
|
|
name = "loot-condition-interpreter"
|
|
version = "0.1.0"
|
|
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
|
|
|
[dependencies]
|
|
crc = "1.0.0"
|
|
nom = "4.0.0"
|
|
regex = "1.0.5"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.0.0"
|