From 0378e170c76aa6365be3c30f13e43947c15432be Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 21 May 2024 04:32:03 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20add=20license=20and=20r?= =?UTF-8?q?epository=20url=20to=20Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d41fd91..043de7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" description = "๐ŸŽ ยป rustler-core market data extractor core functionality" authors = ["Lucas Colombo "] build = "lib/build.rs" +license = "MIT" +repository = "https://github.com/lucas-labs/rustler-core" [lib] path = "lib/lib.rs"