From dcf2bac9b6f0f7ac6d571364c9e8afe054c3cc84 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Wed, 1 Jun 2022 03:45:29 +0300 Subject: [PATCH] added cargo meta --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7e0c12a..b88c834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "prout" version = "0.2.0" edition = "2021" +authors = ["JOLIMAITRE Matthieu "] +description = "A minimal programming language providing tools to automate file management like backups, building process or unit testing." +license = "MIT" +repository = "https://github.com/MajorBarnulf/prout" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html