Make bootstrapping functions accessible to other binaries

This commit is contained in:
Greg Fitzgerald
2018-05-31 15:11:16 -06:00
parent c9fd5d74b5
commit 359a8397c0
3 changed files with 66 additions and 67 deletions

View File

@@ -46,6 +46,7 @@ extern crate ring;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate pnet;
extern crate serde_json;
extern crate sha2;
extern crate untrusted;