From 1ee76aa8509a44c6d75027d98d9b7874fc447116 Mon Sep 17 00:00:00 2001 From: Ralph Bisschops Date: Fri, 22 Dec 2023 12:08:04 +0000 Subject: [PATCH] Add license info to `Cargo.toml` (#60) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f8f74b9..241762e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "The library provides the basic functionality to find the set of t version = "0.3.5" authors = ["BorisZhguchev "] edition = "2018" +license = "MIT" license-file = "LICENSE" homepage = "https://github.com/besok/jsonpath-rust" repository = "https://github.com/besok/jsonpath-rust"