diff options
Diffstat (limited to 'crates/shirabe-external-packages/Cargo.toml')
| -rw-r--r-- | crates/shirabe-external-packages/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/shirabe-external-packages/Cargo.toml b/crates/shirabe-external-packages/Cargo.toml new file mode 100644 index 0000000..2c32ed3 --- /dev/null +++ b/crates/shirabe-external-packages/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "shirabe-external-packages" +version.workspace = true +edition.workspace = true + +[dependencies] +anyhow.workspace = true +indexmap.workspace = true +shirabe-php-shim = { path = "../shirabe-php-shim" } |
