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

[dependencies]
shirabe-php-shim.workspace = true
anyhow.workspace = true
base64.workspace = true
indexmap.workspace = true
md5.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
sha1.workspace = true
url.workspace = true