-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (24 loc) · 798 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (24 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[workspace]
members = [
"aarchmrs-gen",
"aarchmrs-instructions",
"aarchmrs-parser",
"aarchmrs-types",
"harm",
"harm-runtime",
"harm-types",
"tools/aarchmrs-generate",
"tools/harm-asm-regen",
"tools/harm-gentable",
"tools/harm-test-utils",
"tools/harm-testgen",
]
resolver = "3"
[workspace.dependencies]
aarchmrs-gen = { path = "aarchmrs-gen", version = "0.2.1-2026-06" }
aarchmrs-instructions = { path = "aarchmrs-instructions", version = "0.4.0-2026-06" }
aarchmrs-parser = { path = "aarchmrs-parser", version = "0.1.0" }
aarchmrs-types = { path = "aarchmrs-types", version = "0.1.2" }
harm = { path = "harm", version = "0.1.0" }
harm-types = { path = "harm-types", version = "0.1.0" }
harm-test-utils = { path = "tools/harm-test-utils", version = "0.1.0" }