diff --git a/Cargo.toml b/Cargo.toml index 70b1430..812a920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,9 @@ [package] name = "openapi-parser" +description = "Extract schemas definitions tree from OpenAPI documents" +authors = ["Pierre Hubert "] +license = "MIT" +repository = "https://gitea.communiquons.org/pierre/OpenAPI-Parser" version = "0.1.0" edition = "2021"