4
0
Эх сурвалжийг харах

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

Quentin Monnet 8 жил өмнө
parent
commit
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",
 ]