mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 19:12:06 +03:00
Add metadata to Cargo.toml
This commit is contained in:
parent
238a5d5a04
commit
1c53be8119
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user