aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-rpc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-rpc/Cargo.toml')
-rw-r--r--crates/shirabe-php-rpc/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/shirabe-php-rpc/Cargo.toml b/crates/shirabe-php-rpc/Cargo.toml
new file mode 100644
index 0000000..692dda9
--- /dev/null
+++ b/crates/shirabe-php-rpc/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "shirabe-php-rpc"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]
+shirabe-external-packages.workspace = true
+tempfile.workspace = true
+
+[lints]
+workspace = true