diff options
Diffstat (limited to 'crates/shirabe-symfony-finder/Cargo.toml')
| -rw-r--r-- | crates/shirabe-symfony-finder/Cargo.toml | 14 |
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 |
