aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-rpc/Cargo.toml
blob: 18d2a695b8b1167953cdf88af6b424671241676b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "shirabe-php-rpc"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Rust-to-PHP RPC over a Unix domain socket"
repository.workspace = true
license.workspace = true

[dependencies]
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