blob: d51701b61274b60b432986cca20c95bafcc82813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
[lints]
workspace = true
|