瀏覽代碼

Cargo.toml: edit whitelist to package also non .rs files for examples

Quentin Monnet 8 年之前
父節點
當前提交
c88d579d2f
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -14,7 +14,10 @@ license = "Apache-2.0/MIT"
 
 # Packaging directives
 include = [
-    "**/*.rs",
+    "src/**",
+    "examples/**",
+    "tests/**",
+    "bench/**",
     "LICENSE*",
     "Cargo.toml",
 ]