Skip to content
Snippets Groups Projects
Commit ce2333c6 authored by brahms's avatar brahms
Browse files

extern crate list alloc in main

parent a7bd3c22
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ extern crate subtle; ...@@ -27,6 +27,7 @@ extern crate subtle;
#[macro_use] #[macro_use]
extern crate cbor; extern crate cbor;
extern crate crypto; extern crate crypto;
extern crate linked_list_allocator;
mod ctap; mod ctap;
mod usb_ctap_hid; mod usb_ctap_hid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment