aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-class-map-generator/Cargo.toml
blob: 69889ef7d34823a1267ac4a30411f44777723325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "shirabe-class-map-generator"
version.workspace = true
edition.workspace = true

[dependencies]
shirabe-external-packages.workspace = true
shirabe-pcre.workspace = true
shirabe-php-shim.workspace = true
anyhow.workspace = true
indexmap.workspace = true

[lints]
workspace = true