From 239099f8e16eac2c5ebc0e97a1a668dcf0b8df5f Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 7 May 2024 08:37:15 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f4cd81..dd63b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Clement Wanjau "] repository = "https://github.com/clementwanjau/apexcharts-rs" version = "0.1.4" edition = "2021" -license = "Apache-2.0 or MIT" +license = "Apache-2.0" keywords = ["apexcharts", "wasm", "rust", "web"] categories = ["wasm", "web-programming", "data-visualization"] readme = "README.md"