Feature flagged out the text module
This commit is contained in:
parent
18fff98d22
commit
16d1eea8fc
4 changed files with 11 additions and 4 deletions
|
|
@ -13,7 +13,8 @@ readme = "README.md"
|
|||
all-features = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["text"]
|
||||
text = []
|
||||
unicode = ["unicode-segmentation"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue