From 3f5ca279797e2f365a209692092b277d03623340 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 2 Feb 2023 14:10:16 +0100 Subject: [PATCH] Prepare crate for publication --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"