blob: 02e6a7a7eb6f3a2aa7666134bebdc9bcd197ab30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "shirabe-external-packages"
version.workspace = true
edition.workspace = true
[dependencies]
shirabe-php-shim.workspace = true
shirabe-semver.workspace = true
anyhow.workspace = true
indexmap.workspace = true
regex.workspace = true
[lints]
workspace = true
|