nginx-log-parser/Cargo.toml
2018-09-11 17:20:25 +02:00

9 lines
153 B
TOML

[package]
name = "nginx-log-parser"
version = "0.1.0"
authors = ["Mark Schmale <m.schmale@uniorg.de>"]
[dependencies]
regex = "1.0.5"
failure = "0.1.2"