aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-symfony-console/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-symfony-console/Cargo.toml')
-rw-r--r--crates/shirabe-symfony-console/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/shirabe-symfony-console/Cargo.toml b/crates/shirabe-symfony-console/Cargo.toml
new file mode 100644
index 00000000..93b18903
--- /dev/null
+++ b/crates/shirabe-symfony-console/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "shirabe-symfony-console"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]
+shirabe-pcre.workspace = true
+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