Use serde_json for target spec json
This commit is contained in:
parent
fc2abe6952
commit
fc1df4ff17
11 changed files with 167 additions and 65 deletions
|
@ -28,6 +28,7 @@ extern crate tracing;
|
|||
|
||||
pub mod abi;
|
||||
pub mod asm;
|
||||
pub mod json;
|
||||
pub mod spec;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue