Skip to content

Commit

Permalink
removed no_std keyword because we can't have more then 5 keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnow-sys committed Jan 20, 2024
1 parent c830be9 commit abf8cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit abf8cdd

Please sign in to comment.