aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-pcre/Cargo.toml
blob: 4c884440b74a2d8292893b30005c312b39d3643b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "shirabe-pcre"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port of composer/pcre"
repository.workspace = true
license.workspace = true

[dependencies]
shirabe-php-shim.workspace = true
indexmap.workspace = true
regex.workspace = true

[lints]
workspace = true