@arrirpc/codegen-rust 0.52.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@arrirpc/codegen-rust",
3
+ "type": "module",
4
+ "license": "MIT",
5
+ "author": {
6
+ "name": "joshmossas",
7
+ "url": "https://github.com/joshmossas"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/modiimedia/arri/issues"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/modiimedia/arri.git",
15
+ "directory": "languages/rust/rust-codegen"
16
+ },
17
+ "main": "./dist/index.cjs",
18
+ "module": "./dist/index.mjs",
19
+ "types": "./dist/index.d.ts",
20
+ "files": [
21
+ "dist"
22
+ ],
23
+ "dependencies": {
24
+ "pathe": "^1.1.2",
25
+ "@arrirpc/codegen-utils": "0.52.0"
26
+ },
27
+ "devDependencies": {
28
+ "@arrirpc/schema": "0.52.0"
29
+ },
30
+ "version": "0.52.0"
31
+ }