diff options
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 987c3ec..1fffcbc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ use futures::TryFutureExt; use std::net::SocketAddr; use structopt::StructOpt; +mod tls_util; mod cert; mod cert_store; mod consul; |