Browse Source

exclude CI files from crates.io

Igor Gnatenko 6 năm trước cách đây
mục cha
commit
ff45e00849
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -11,6 +11,7 @@ name = "num-traits"
 version = "0.2.6"
 readme = "README.md"
 build = "build.rs"
+exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
 
 [package.metadata.docs.rs]
 features = ["std"]