aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-symfony-console/Cargo.toml
blob: 93b1890377a22fe61fc02dd4046b18a9aeb03748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "shirabe-symfony-console"
version.workspace = true
edition.workspace = true

[dependencies]
shirabe-pcre.workspace = true
shirabe-php-shim.workspace = true
shirabe-symfony-process.workspace = true
shirabe-symfony-string.workspace = true
anyhow.workspace = true
indexmap.workspace = true
regex.workspace = true

[lints]
workspace = true