aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/Cargo.toml
blob: 30e132fac06f09c5f0c6c281acfb0b13cb8a875e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "shirabe-php-shim"
version.workspace = true
edition.workspace = true

[dependencies]
anyhow.workspace = true
indexmap.workspace = true
serde.workspace = true
zip.workspace = true

[lints]
workspace = true