mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 19:20:48 +00:00
Fix dev dependency crate imports.
This commit is contained in:
parent
5180d694ce
commit
f8673d5b87
@ -9,8 +9,8 @@ extern crate byteorder;
|
|||||||
extern crate parity_wasm;
|
extern crate parity_wasm;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
#[cfg(test)] #[macro_use] extern crate indoc;
|
#[cfg(test)] #[macro_use] extern crate indoc;
|
||||||
extern crate rand;
|
#[cfg(test)] extern crate rand;
|
||||||
extern crate binaryen;
|
#[cfg(test)] extern crate binaryen;
|
||||||
|
|
||||||
|
|
||||||
pub mod rules;
|
pub mod rules;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user