diff options
Diffstat (limited to 'src/primitive/mod.rs')
| -rw-r--r-- | src/primitive/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/primitive/mod.rs b/src/primitive/mod.rs index dbc82d0..79ff6c4 100644 --- a/src/primitive/mod.rs +++ b/src/primitive/mod.rs @@ -4,6 +4,7 @@ mod datetime; mod identityid; mod message; mod msgid; +mod networkid; mod peerptr; mod signedint; mod string; @@ -19,6 +20,7 @@ pub use datetime::*; pub use identityid::*; pub use message::*; pub use msgid::*; +pub use networkid::*; pub use peerptr::*; #[allow(unused_imports)] pub use signedint::*; |
