From 2218001b3c91aa8690ffda69f3967ed22a5c4780 Mon Sep 17 00:00:00 2001 From: Bilal Mahmoud Date: Mon, 30 Sep 2024 11:32:40 +0200 Subject: [PATCH] feat: sync turborepo --- libs/@local/harpc/service/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libs/@local/harpc/service/package.json diff --git a/libs/@local/harpc/service/package.json b/libs/@local/harpc/service/package.json new file mode 100644 index 00000000000..9d062c6238e --- /dev/null +++ b/libs/@local/harpc/service/package.json @@ -0,0 +1,14 @@ +{ + "name": "@rust/harpc-service", + "version": "0.0.0-private", + "private": true, + "license": "AGPL-3", + "dependencies": { + "@rust/error-stack": "0.5.0", + "@rust/graph-types": "0.0.0-private", + "@rust/harpc-net": "0.0.0-private", + "@rust/harpc-tower": "0.0.0-private", + "@rust/harpc-types": "0.0.0-private", + "@rust/harpc-wire-protocol": "0.0.0-private" + } +}