mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 03:00:49 +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;
|
||||
#[macro_use] extern crate log;
|
||||
#[cfg(test)] #[macro_use] extern crate indoc;
|
||||
extern crate rand;
|
||||
extern crate binaryen;
|
||||
#[cfg(test)] extern crate rand;
|
||||
#[cfg(test)] extern crate binaryen;
|
||||
|
||||
|
||||
pub mod rules;
|
||||
|
Loading…
x
Reference in New Issue
Block a user