chore: reduce crate size

This commit is contained in:
mgt 2022-01-11 11:45:52 +08:00 committed by Yujia Qiao
parent 1240dd8df9
commit 67192fbb9c
1 changed files with 1 additions and 0 deletions

View File

@ -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"]