aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-pcre/Cargo.toml
blob: 973d359eca2629e81514f8fa39bc3000df0486bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "shirabe-pcre"
version.workspace = true
edition.workspace = true

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

[lints]
workspace = true