mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
24 lines
330 B
TOML
24 lines
330 B
TOML
[package]
|
|
name = "hurlfmt"
|
|
version = "0.99.14"
|
|
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
# Treat warnings as a build error.
|
|
strict = []
|
|
|
|
[dependencies]
|
|
atty = "0.2.13"
|
|
clap = "2.33.0"
|
|
regex = "1.1.0"
|
|
|
|
[dependencies.hurl_core]
|
|
path = "../hurl_core"
|
|
|
|
[dev-dependencies]
|
|
proptest = "0.9.4"
|
|
|
|
|
|
|