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

[dependencies]
shirabe-external-packages.workspace = true
shirabe-php-shim.workspace = true
shirabe-php-src.workspace = true
shirabe-symfony-process.workspace = true
anyhow.workspace = true
indexmap.workspace = true
nix.workspace = true
tempfile.workspace = true

[lints]
workspace = true