Re-export hbbft.

This commit is contained in:
c0gent 2018-12-09 11:14:44 -08:00
parent 25a126aab4
commit 0e28bf33cf
No known key found for this signature in database
GPG Key ID: 9CC25E71A743E892
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extern crate uuid;
extern crate serde_derive;
extern crate bincode;
extern crate clear_on_drop;
extern crate hbbft;
pub extern crate hbbft;
extern crate parking_lot;
extern crate serde;
extern crate serde_bytes;