Przeglądaj źródła

chore: reduce crate size

mgt 4 lat temu
rodzic
commit
67192fbb9c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -8,6 +8,7 @@ license = "Apache-2.0"
 repository = "https://github.com/rapiz1/rathole"
 repository = "https://github.com/rapiz1/rathole"
 readme = "README.md"
 readme = "README.md"
 build = "build.rs"
 build = "build.rs"
+include = ["src/**/*", "LICENSE", "README.md", "build.rs"]
 
 
 [features]
 [features]
 default = ["server", "client", "tls", "noise", "hot-reload"]
 default = ["server", "client", "tls", "noise", "hot-reload"]