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