aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-semver/Cargo.toml
blob: 72e2868eb2be292530617a33bce0e429592e7f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "shirabe-semver"
version.workspace = true
edition.workspace = true

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

[lints]
workspace = true