blob: 0b1afc08e45e052a3bb4700555a1c00a58d7a886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "shirabe-metadata-minifier"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port of composer/metadata-minifier"
repository.workspace = true
license.workspace = true
[dependencies]
shirabe-php-shim.workspace = true
indexmap.workspace = true
[lints]
workspace = true
|