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

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

[lints]
workspace = true