File tree 3 files changed +10
-0
lines changed
src/tools/run-make-support
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1939,6 +1939,12 @@ dependencies = [
1939
1939
" serde_json" ,
1940
1940
]
1941
1941
1942
+ [[package ]]
1943
+ name = " jzon"
1944
+ version = " 0.12.5"
1945
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1946
+ checksum = " 17ab85f84ca42c5ec520e6f3c9966ba1fd62909ce260f8837e248857d2560509"
1947
+
1942
1948
[[package ]]
1943
1949
name = " lazy_static"
1944
1950
version = " 1.5.0"
@@ -3147,6 +3153,7 @@ dependencies = [
3147
3153
" bstr" ,
3148
3154
" build_helper" ,
3149
3155
" gimli 0.31.0" ,
3156
+ " jzon" ,
3150
3157
" object 0.36.2" ,
3151
3158
" regex" ,
3152
3159
" similar" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ similar = "2.5.0"
10
10
wasmparser = { version = " 0.214" , default-features = false , features = [" std" ] }
11
11
regex = " 1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
12
12
gimli = " 0.31.0"
13
+ jzon = " 0.12.5"
13
14
build_helper = { path = " ../build_helper" }
Original file line number Diff line number Diff line change 7
7
// skip rustfmt on this file.
8
8
#![ cfg_attr( rustfmt, rustfmt:: skip) ]
9
9
10
+ pub use jzon;
11
+
10
12
mod command;
11
13
mod macros;
12
14
mod util;
You can’t perform that action at this time.
0 commit comments