summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-13 22:14:59 -0500
committerGitHub <noreply@github.com>2019-01-13 22:14:59 -0500
commit3c1a0ad19e7b044bb40f979ec4c5f81bf39dec4b (patch)
treeb19ed1c0c1a15e084a8fd479b32fd0567aee19d3 /src/main.rs
parent9e9550ceeaa4d0751e8d1cb79acb962f1b8682d5 (diff)
Properly parse network addresses. (#1515)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 629605e0e..af9a02220 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -44,6 +44,7 @@ pub mod msg_util;
pub mod ops;
pub mod permissions;
mod repl;
+pub mod resolve_addr;
pub mod resources;
pub mod snapshot;
mod tokio_util;