From 9dae85439d62308caf81b95ef9905fd8f715f240 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 16 Oct 2023 17:15:28 +0300 Subject: [PATCH] fix(license): fix license issue in the Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 20669726..bd83436b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "pubnub" version = "0.3.0" edition = "2021" +license = "MIT" license-file = "LICENSE" authors = ["PubNub "] description = "PubNub SDK for Rust"