aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/Cargo.toml
blob: 331efcb79241845736e18538aa418f396b960612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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
anyhow.workspace = true
chrono.workspace = true
indexmap.workspace = true
regex.workspace = true

[lints]
workspace = true