mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-12 07:34:07 +00:00
14 lines
373 B
TOML
14 lines
373 B
TOML
[package]
|
|
name = "regex-syntax"
|
|
version = "0.6.10" #:version
|
|
authors = ["The Rust Project Developers"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-lang/regex"
|
|
documentation = "https://docs.rs/regex-syntax"
|
|
homepage = "https://github.com/rust-lang/regex"
|
|
description = "A regular expression parser."
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
ucd-util = "0.1.4"
|