diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-13 22:14:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 22:14:59 -0500 |
commit | 3c1a0ad19e7b044bb40f979ec4c5f81bf39dec4b (patch) | |
tree | b19ed1c0c1a15e084a8fd479b32fd0567aee19d3 /src/main.rs | |
parent | 9e9550ceeaa4d0751e8d1cb79acb962f1b8682d5 (diff) |
Properly parse network addresses. (#1515)
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
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; |