Modified dependencies for fuzzing to work

This commit is contained in:
mingxguo27
2020-09-14 15:30:30 +00:00
parent cac713aaed
commit 5d734445ea
3 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,10 @@ extern crate cbor;
extern crate lang_items;
extern crate libtock_core;
extern crate libtock_drivers;
#[macro_use]
extern crate cbor;
#[macro_use]
extern crate arrayref;
pub mod ctap;
pub mod embedded_flash;