blob: ed62eba5f80ebc4848ba57f61ba54803b4d141b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[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
[build-dependencies]
flate2.workspace = true
sha2.workspace = true
[lints]
workspace = true
|