소스 검색

Make crate about 50% lighter

According to cargo-diet:

> Saved 54% or 250.1 KB in 9 files (of 466.0 KB and 22 files in entire crate)
Vincent Prouillet 6 년 전
부모
커밋
bf9bbf2f8c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      url/Cargo.toml

+ 1 - 0
url/Cargo.toml

@@ -12,6 +12,7 @@ readme = "README.md"
 keywords = ["url", "parser"]
 categories = ["parser-implementations", "web-programming", "encoding"]
 license = "MIT/Apache-2.0"
+include = ["src/**/*", "LICENSE-*", "README.md"]
 
 [badges]
 travis-ci = { repository = "servo/rust-url" }