File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
src/tools/run-make-support Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1939,6 +1939,12 @@ dependencies = [
19391939 " serde_json" ,
19401940]
19411941
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+
19421948[[package ]]
19431949name = " lazy_static"
19441950version = " 1.5.0"
@@ -3147,6 +3153,7 @@ dependencies = [
31473153 " bstr" ,
31483154 " build_helper" ,
31493155 " gimli 0.31.0" ,
3156+ " jzon" ,
31503157 " object 0.36.2" ,
31513158 " regex" ,
31523159 " similar" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ similar = "2.5.0"
1010wasmparser = { version = " 0.214" , default-features = false , features = [" std" ] }
1111regex = " 1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
1212gimli = " 0.31.0"
13+ jzon = " 0.12.5"
1314build_helper = { path = " ../build_helper" }
Original file line number Diff line number Diff line change 77// skip rustfmt on this file.
88#![ cfg_attr( rustfmt, rustfmt:: skip) ]
99
10+ pub use jzon;
11+
1012mod command;
1113mod macros;
1214mod util;
You can’t perform that action at this time.
0 commit comments