Files
tubestation/third_party/rust/regex-syntax/Cargo.toml
2017-02-10 12:19:18 -08:00

14 lines
403 B
TOML

[package]
name = "regex-syntax"
version = "0.4.0" #:version
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/regex"
documentation = "http://doc.rust-lang.org/regex/regex_syntax/index.html"
homepage = "https://github.com/rust-lang/regex"
description = "A regular expression parser."
[dev-dependencies]
quickcheck = "0.4.1"
rand = "0.3.15"