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

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

[lints]
workspace = true