Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit b497b22

Browse files
committed
Add more info to Cargo.toml
1 parent 211a66c commit b497b22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
name = "sre-engine"
33
version = "0.1.0"
44
authors = ["Kangzhi Shi <[email protected]>", "RustPython Team"]
5+
description = "A low-level implementation of Python's SRE regex engine"
6+
repository = "https://github.com/RustPython/sre-engine"
57
license = "MIT"
68
edition = "2018"
9+
keywords = ["regex"]
710

811
[dependencies]
912
num_enum = "0.5"

0 commit comments

Comments
 (0)