Add arRPC integration

This commit is contained in:
V
2023-06-09 22:47:59 +02:00
parent aae4223294
commit 39cc30de53
7 changed files with 75 additions and 6 deletions

View File

@@ -82,11 +82,11 @@
"mac": {
"target": [
{
"target": "default",
"arch": [
"x64",
"arm64"
]
"target": "default",
"arch": [
"x64",
"arm64"
]
}
],
"category": "Network"
@@ -105,5 +105,8 @@
"provider": "github",
"releaseType": "release"
}
},
"dependencies": {
"arrpc": "^3.1.0"
}
}