Skip to content

Commit

Permalink
add regex as dep to is_arabic mod
Browse files Browse the repository at this point in the history
  • Loading branch information
salarmotevalli committed Dec 17, 2023
1 parent 0792e0e commit f250ac6
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 @@ -50,7 +50,7 @@ to-persian-chars = []
url-fix = ["dep:urlencoding"]
verity-card-number = []
phone-number = []
is-arabic = []
is-arabic = ["dep:regex"]
serde = ["dep:serde"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit f250ac6

Please sign in to comment.