sapling/lib/configparser/Cargo.toml
Mark Thomas c6c99b4777 configparser: update pest to 2.1.0
Summary:
Update pest to 2.1.0.

This version has a new behaviour for parser error messages: the line feed at
the end of the line is shown in the error output.

Reviewed By: wez

Differential Revision: D13671099

fbshipit-source-id: b8d1142a44a56a0b21b3b72cf027f3f8a30f421e
2019-01-16 03:52:09 -08:00

22 lines
337 B
TOML

[package]
name = "configparser"
version = "0.1.0"
[dependencies]
bytes = "0.4.10"
dirs = "1.0.4"
failure = "0.1.2"
failure_derive = "0.1.2"
indexmap = "1.0.1"
pest = "2.1.0"
pest_derive = "2.1.0"
shellexpand = "1.0.0"
[dev-dependencies]
minibench = { path = "../minibench" }
tempdir = "0.3.7"
[[bench]]
name = "bench"
harness = false