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