Add metadata to Cargo.toml

This commit is contained in:
Fabrice Reix 2021-01-09 09:19:24 +01:00
parent 238a5d5a04
commit 1c53be8119
3 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@ name = "hurl"
version = "1.1.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "http://www.apache.org/licenses/LICENSE-2.0"
description = "Hurl, run and test HTTP requests"
[lib]
name = "hurl"

View File

@ -3,7 +3,8 @@ name = "hurl_core"
version = "1.1.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "http://www.apache.org/licenses/LICENSE-2.0"
description = "Hurl Core"
[features]
# Treat warnings as a build error.

View File

@ -3,6 +3,8 @@ name = "hurlfmt"
version = "1.1.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "http://www.apache.org/licenses/LICENSE-2.0"
description = "format Hurl files"
[features]
# Treat warnings as a build error.