From 67192fbb9cdbd78dc6fb4ffc34da4bd4045f5607 Mon Sep 17 00:00:00 2001 From: mgt Date: Tue, 11 Jan 2022 11:45:52 +0800 Subject: [PATCH] chore: reduce crate size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 313d0c3..9b21a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "Apache-2.0" repository = "https://github.com/rapiz1/rathole" readme = "README.md" build = "build.rs" +include = ["src/**/*", "LICENSE", "README.md", "build.rs"] [features] default = ["server", "client", "tls", "noise", "hot-reload"]