Explorar o código

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

Quentin Monnet %!s(int64=8) %!d(string=hai) anos
pai
achega
c88d579d2f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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",
 ]