blob: 881a979f465b9df542cb44750fb62cd69ceb71e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "shirabe-php-shim"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
indexmap.workspace = true
zip.workspace = true
[lints]
workspace = true
|