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