Add core_io

This commit is contained in:
Jeremy Soller
2018-09-24 20:19:37 -06:00
parent b309cd832d
commit 9eef8d7e2d
6 changed files with 59 additions and 28 deletions
+1
View File
@@ -18,6 +18,7 @@
#[macro_use]
extern crate alloc;
extern crate cbitset;
extern crate core_io;
#[macro_use]
extern crate lazy_static;
extern crate rand;