Ver Fonte

Cargo.toml: update packaging instructions

Quentin Monnet há 8 anos atrás
pai
commit
848bad654d
1 ficheiros alterados com 5 adições e 1 exclusões
  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]