File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,25 @@ repository.workspace = true
17
17
readme.workspace = true
18
18
19
19
[dev-dependencies ]
20
- color-eyre = " 0.6"
21
20
proptest = " 1.5"
22
21
proptest-arbitrary-interop = " 0.1"
23
- test-strategy = " 0.4"
24
22
rayon = " 1"
23
+ test-strategy = " 0.4"
25
24
26
25
[dependencies ]
27
- const_format = " 0.2"
28
- arbitrary = { version = " 1" , features = [" derive" ] }
29
26
anyhow = " 1"
30
- tasm-object-derive.workspace = true
31
- ndarray = { version = " 0.16 " }
27
+ arbitrary = { version = " 1 " , features = [ " derive " ] }
28
+ const_format = " 0.2 "
32
29
hex = " ^0.4.3"
33
30
itertools = " 0"
31
+ ndarray = { version = " 0.16" }
34
32
num = " 0"
35
33
num-traits = " 0"
36
34
rand = " 0.8.5"
37
35
serde = { version = " 1" , features = [" derive" ] }
38
36
serde_json = " 1"
39
37
strum = { version = " 0.26" , features = [" derive" ] }
38
+ tasm-object-derive.workspace = true
40
39
triton-vm = { version = " 0.43.0" , default-features = false }
41
40
42
41
[dev-dependencies .cargo-husky ]
You can’t perform that action at this time.
0 commit comments