Explorar el Código

Cargo.toml: update packaging instructions

Quentin Monnet hace 8 años
padre
commit
848bad654d
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      Cargo.toml

+ 5 - 1
Cargo.toml

@@ -13,7 +13,11 @@ keywords = ["BPF", "eBPF", "interpreter", "JIT", "filtering"]
 license = "Apache-2.0/MIT"
 
 # Packaging directives
-exclude = ["misc/*"]
+include = [
+    "**/*.rs",
+    "LICENSE*",
+    "Cargo.toml",
+]
 
 [dependencies]