aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-symfony-finder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-symfony-finder/Cargo.toml')
-rw-r--r--crates/shirabe-symfony-finder/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/crates/shirabe-symfony-finder/Cargo.toml b/crates/shirabe-symfony-finder/Cargo.toml
new file mode 100644
index 00000000..bae1d20a
--- /dev/null
+++ b/crates/shirabe-symfony-finder/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "shirabe-symfony-finder"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]
+shirabe-pcre.workspace = true
+shirabe-php-shim.workspace = true
+chrono.workspace = true
+indexmap.workspace = true
+regex.workspace = true
+
+[lints]
+workspace = true