From 1cab4842413743da5aa21882caf6e830a52e7cd1 Mon Sep 17 00:00:00 2001 From: Bertrand Darbon Date: Mon, 24 Feb 2025 16:48:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20package=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 904a3dc..281fd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "cargo-toml-parser" version = "0.1.0" edition = "2021" +description = "Small crate to parse a Cargo.toml file to read dependencies versions" +license = "MIT" +authors = ["Bertrand Darbon", "Bertrand Darbon "] +repository = "https://github.com/Hyle-org/cargo-toml-parser" [dependencies] toml = "0.8.20"