Skip to content

Commit c4e596f

Browse files
authored
Add categories to Cargo.toml
1 parent 014bdea commit c4e596f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description = """
1111
An implementation of regular expressions for Rust. This implementation uses
1212
finite automata and guarantees linear time matching on all inputs.
1313
"""
14+
categories = ["text-processing"]
1415

1516
[dependencies]
1617
# For very fast prefix literal matching.

0 commit comments

Comments
 (0)