mirror of
https://github.com/themasch/nginx-log-parser.git
synced 2025-02-13 20:20:28 +00:00
15 lines
242 B
TOML
15 lines
242 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"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.2.5"
|
|
|
|
[[bench]]
|
|
name = "format_parser"
|
|
harness = false |