diff --git a/src/lib.rs b/src/lib.rs index fa75b6de1590bf488509d07a6a803de321356ece..69d61ed758a89489632c27ddfd5f90426d5d4fcc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,5 +6,6 @@ mod protocol; pub mod runtime; pub mod runtime2; mod collections; +mod random; pub use protocol::{ProtocolDescription, ProtocolDescriptionBuilder, ComponentCreationError}; \ No newline at end of file