소스 검색

feat: reexport cargo-metadata in wire-format (#3281)

Miles Murgaw 6 달 전
부모
커밋
2db758ad7b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/dx-wire-format/src/lib.rs

+ 2 - 0
packages/dx-wire-format/src/lib.rs

@@ -2,6 +2,8 @@ use cargo_metadata::CompilerMessage;
 use serde::{Deserialize, Serialize};
 use std::path::PathBuf;
 
+pub use cargo_metadata;
+
 /// The structured output for the CLI
 ///
 /// This is designed such that third party tools can reliably consume the output of the CLI when