diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 51967ede2..c79f9bd63 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -3,6 +3,8 @@ name = "hurl" version = "1.1.0" authors = ["Fabrice Reix "] edition = "2018" +license = "http://www.apache.org/licenses/LICENSE-2.0" +description = "Hurl, run and test HTTP requests" [lib] name = "hurl" diff --git a/packages/hurl_core/Cargo.toml b/packages/hurl_core/Cargo.toml index ebe73fa9e..a6cfe9c27 100644 --- a/packages/hurl_core/Cargo.toml +++ b/packages/hurl_core/Cargo.toml @@ -3,7 +3,8 @@ name = "hurl_core" version = "1.1.0" authors = ["Fabrice Reix "] edition = "2018" - +license = "http://www.apache.org/licenses/LICENSE-2.0" +description = "Hurl Core" [features] # Treat warnings as a build error. diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index d85d4c329..c189f68eb 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -3,6 +3,8 @@ name = "hurlfmt" version = "1.1.0" authors = ["Fabrice Reix "] edition = "2018" +license = "http://www.apache.org/licenses/LICENSE-2.0" +description = "format Hurl files" [features] # Treat warnings as a build error.