From abf8cdddb71f050751c35cb615994f70942f334a Mon Sep 17 00:00:00 2001 From: YouKnow Date: Sat, 20 Jan 2024 18:35:58 +0330 Subject: [PATCH] removed no_std keyword because we can't have more then 5 keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ab7c2f..080a7f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A no-std crate to reconstruct Arabic, turkish and persian sentenc repository = "https://github.com/YouKnow-sys/ar-reshaper" documentation = "https://docs.rs/ar-reshaper" license = "MIT" -keywords = ["arabic", "persian", "turkish", "reshape", "no-std", "no_std"] +keywords = ["arabic", "persian", "turkish", "reshape", "no-std"] readme = "README.md" categories = ["algorithms"]