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

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

[lints]
workspace = true