We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7f4f3 commit bb9f8afCopy full SHA for bb9f8af
1 file changed
libs/@local/hashql/eval/package.json
@@ -10,17 +10,17 @@
10
"test:unit": "mise run test:unit @rust/hashql-eval"
11
},
12
"dependencies": {
13
+ "@blockprotocol/type-system-rs": "workspace:*",
14
+ "@rust/hash-graph-authorization": "workspace:*",
15
"@rust/hash-graph-postgres-store": "workspace:*",
16
+ "@rust/hash-graph-store": "workspace:*",
17
"@rust/hashql-core": "workspace:*",
18
"@rust/hashql-diagnostics": "workspace:*",
19
"@rust/hashql-hir": "workspace:*",
20
"@rust/hashql-mir": "workspace:*"
21
22
"devDependencies": {
- "@blockprotocol/type-system-rs": "workspace:*",
23
"@rust/error-stack": "workspace:*",
- "@rust/hash-graph-authorization": "workspace:*",
- "@rust/hash-graph-store": "workspace:*",
24
"@rust/hash-graph-test-data": "workspace:*"
25
}
26
0 commit comments