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

[dependencies]
shirabe-pcre.workspace = true
shirabe-php-rpc.workspace = true
shirabe-php-shim.workspace = true
shirabe-symfony-finder.workspace = true
anyhow.workspace = true
indexmap.workspace = true

[lints]
workspace = true