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