Add more info to Cargo.toml

This commit is contained in:
Noah
2021-04-05 11:10:32 -05:00
parent 211a66cf33
commit b497b2234d

View File

@@ -2,8 +2,11 @@
name = "sre-engine"
version = "0.1.0"
authors = ["Kangzhi Shi <shikangzhi@gmail.com>", "RustPython Team"]
description = "A low-level implementation of Python's SRE regex engine"
repository = "https://github.com/RustPython/sre-engine"
license = "MIT"
edition = "2018"
keywords = ["regex"]
[dependencies]
num_enum = "0.5"