Преглед изворни кода

Merge pull request #440 from ignatenkobrain/patch-2

Exclude unneded files from crates.io
Benjamin Sago пре 7 година
родитељ
комит
485611e7c9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -13,6 +13,7 @@ readme = "README.md"
 categories = ["command-line-utilities"]
 keywords = ["ls", "files", "command-line"]
 license = "MIT"
+exclude = ["/devtools/*", "/Makefile", "/Vagrantfile", "/screenshots.png"]
 
 
 [[bin]]