blob: a3a4e4c20fc56447179950420b5506aed7197f39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "shirabe-symfony-process"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port of symfony/process"
repository.workspace = true
license.workspace = true
[dependencies]
shirabe-php-shim.workspace = true
anyhow.workspace = true
indexmap.workspace = true
[lints]
workspace = true
|