From 663bce96873608afdae9fd4576435991856e869e Mon Sep 17 00:00:00 2001 From: myyrakle Date: Sat, 21 Dec 2024 04:22:23 +0900 Subject: [PATCH] =?UTF-8?q?[#195]=20gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- rupring/src/core/mod.rs | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 375b46c..8e241d3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,6 @@ test.json *.zip -*.http \ No newline at end of file +*.http + +*.pem \ No newline at end of file diff --git a/rupring/src/core/mod.rs b/rupring/src/core/mod.rs index 982e575..953ac2e 100644 --- a/rupring/src/core/mod.rs +++ b/rupring/src/core/mod.rs @@ -20,6 +20,7 @@ pub(crate) mod route; use std::collections::HashMap; use std::convert::Infallible; use std::error::Error; + use std::net::SocketAddr; use std::sync::atomic::AtomicBool; use std::sync::atomic::AtomicU64;