From ca443728870aa77264a81e09bba4ad2c998f6845 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" Date: Thu, 6 Jul 2023 19:01:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20license=20in=20toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/gatling/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/gatling/Cargo.toml b/crates/gatling/Cargo.toml index 2e4a1e1..9883a7b 100644 --- a/crates/gatling/Cargo.toml +++ b/crates/gatling/Cargo.toml @@ -2,6 +2,7 @@ name = "gatling" version = "0.1.0" edition = "2021" +license = "MIT" homepage = "https://github.com/keep-starknet-strange/gomu-gomu-no-gatling" repository = "https://github.com/keep-starknet-strange/gomu-gomu-no-gatling" categories = ["command-line", "benchmark", "asynchronous"]